V2TimValueCallback
Introduction
The general class for all the APIs returned, shows the results of the operation, with the data carried.
If the request success, the code
here will be 0, and the data
carries the result of the request.
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.
data
Parameter type : The requested data content or the operation result.
Supported Platform: All
- Parameter description : The result content
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.