ErrorCallback
Introduction
The callback of the request failure.
Returned template
ErrorCallback = void Function(
number code,
string error
)
Return value details
name | type | description |
---|---|---|
code | number | Request result: Error codes. 0 means success. |
error | string | The description of the failure. |