V2TimCallback
Introduction
The general class for all the APIs returned, shows the results of the operation, without the data.
If the request success, the code
here will be 0.
If the request failed, the code
here will be the exact error code, and the desc
describe the failure.
Parameter introduction
code
Parameter type : int
Supported Platform: All
- Parameter description : The error code, referring to this document.
desc
Parameter type : String
Supported Platform: All
- Parameter description : The description of the operation, mainly shows the reason of failure.
toJson
Parameter type : Map< String, dynamic > toJson()
Supported Platform: All
- Parameter description : Get the result in Map.