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 : number
- Parameter description : The error code, referring to this document.
desc
- Parameter type : string
- Parameter description : The description of the operation, mainly shows the reason of failure.