Error Code
Last Update: 2017/03/22
When the API service is abnormal, the system would send back a error code. The JSON format of the error code is as follows. The user can follow the format to analyze the error code.
Please note that there might be more than one error code, so the error code is transmitted in array.
{
"errors":[
{
"message":"The instance type or feature is not supported.",
"code":"UnsupportedOperation"
}
]
}
The following table is the comparing list of each error code: