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 : number
- Parameter description : The error code, referring to this document.
data
- Parameter type : T(The requested data content or the operation result.)
- Parameter description : The result content
desc
- Parameter type : string
- Parameter description : The description of the operation, mainly shows the reason of failure.