NEGameProfileResponse
negdkcc
negdkcc / NEGameProfileResponse
Type Alias: NEGameProfileResponse
NEGameProfileResponse =
object
Defined in: data/NEGameProfileResponse.ts:6
Represents the API response for fetching a user's game profile.
Properties
data?
optional
data:NEGameProfile
Defined in: data/NEGameProfileResponse.ts:10
Optional game profile data of the user.
errorCode?
optional
errorCode:number
Defined in: data/NEGameProfileResponse.ts:25
Optional custom error code. A value of 0 or undefined indicates success.
message
message:
string
Defined in: data/NEGameProfileResponse.ts:15
A message describing the response status or any error.
status
status:
number
Defined in: data/NEGameProfileResponse.ts:20
The HTTP status code of the response.
Last updated