Basic Data Structure (INTLBaseResult)
info
Player Network SDK callback base class, all SDK callback classes inherit from it.
info
It is recommended to display both the RetCode and Third Code on business error code displays to facilitate issue location.For example (RetCode, ThirdCode)
INTLBaseResult
| Parameters | Type | Explanation |
|---|---|---|
| MethodId | int | Callback Method ID |
| RetCode | int | SDK return code For details, please refer to Client Error Code. |
| RetMsg | String | SDK return code corresponding message description |
| ThirdCode | int | Return code of third-party channel Returns corresponding error code when third-party error occurs Default is 0 |
| ThirdMsg | String | Third-party channel return code corresponding message description |
| ExtraJson | String | Extended field (JSON string) contains extra information of some channels. |