NEGameProfileResponse

negdkcc


negdkcc / NEGameProfileResponse

Type Alias: NEGameProfileResponse

NEGameProfileResponse = object

Defined in: data/NEGameProfileResponse.ts:6arrow-up-right

Represents the API response for fetching a user's game profile.

Properties

data?

optional data: NEGameProfile

Defined in: data/NEGameProfileResponse.ts:10arrow-up-right

Optional game profile data of the user.


errorCode?

optional errorCode: number

Defined in: data/NEGameProfileResponse.ts:25arrow-up-right

Optional custom error code. A value of 0 or undefined indicates success.


message

message: string

Defined in: data/NEGameProfileResponse.ts:15arrow-up-right

A message describing the response status or any error.


status

status: number

Defined in: data/NEGameProfileResponse.ts:20arrow-up-right

The HTTP status code of the response.

Last updated