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
Parameter | Type | Description |
---|---|---|
MethodId | int | Callback method ID |
RetCode | int | SDK return code For more information, see Client Error Code. |
RetMsg | string | SDK return message |
ThirdCode | int | Third-party channel return code When a third-party error occurs, the corresponding error code is returned. Default: 0 |
ThirdMsg | string | Third-party channel return message |
ExtraJson | string | The extended field (JSON string) that contains additional information for some channels. |