Skip to main content

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)

FINTLBaseResult

ParametersTypeExplanation
MethodIdint32Callback Method ID
RetCodeint32SDK return codes
For details, please refer to Client Error Codes.
RetMsgFStringSDK return code corresponding message description
ThirdCodeint32Return code of third-party channel
Returns corresponding error code when third-party error occurs
Default is 0
ThirdMsgFStringThird-party channel return code corresponding message description
ExtraJsonFStringExtended field (JSON string) contains extra information of some channels.