Skip to main content

FINTLBaseResult

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)

FINTLBaseResult

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