Skip to main content

INTLBaseResult

info

Player Network SDK callback result class, all SDK callback result class inherits from it.

info

It is recommended that the game team shows both RetCode and Third Code when displaying error codes to facilitate the troubleshooting. For example: (RetCode, ThirdCode)

INTLBaseResult

ParameterTypeDescription
MethodIdint     Callback method ID
RetCode int     SDK return code
For more information, see Client Error Code.
RetMsg  stringSDK return message
ThirdCode int  Third-party channel return code
When a third-party error occurs, the corresponding error code is returned.
Default: 0
ThirdMsg stringThird-party channel return message
ExtraJson stringThe extended field (JSON string) that contains additional information for some channels.