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:

Error Code
Description

IncorrectDefaultContectPerson

Incorrect Default Contact
IncorrectOrderProcessResultCode Incorrect Order Result

InternalError

Internal Error

MonitorProcessFail

Abnormal Cloud Watch Data

InvalidParameterValue

Invalid Parameter Value

OrderProcessFail

Abnormal Order Processing

StatisticQueryFail

Status Inquiry Failure

Unauthentication

Authentication Failure
Unauthorized Unauthorized
UnknownError Unknown Error
UnknownParameter Unknown Parameter
UnsupportedOperation Unsupported Operation (This type or function is not supported)