Feature Description
If there is an Error field in the response, it means that the API call failed. For example:
{
"Response": {
"Error": {
"Code": "AuthFailure.SignatureFailure",
"Message": "The provided credentials could not be validated. Please check your signature is correct."
},
"RequestId": "ed93f3cb-f35e-473f-b9f3-0d451b8b79c6"
}
}
Code in Error indicates the error code, and Message indicates the specific information of the error.
Error Code List
Common Error Codes
| Error codes | Description |
|---|---|
| AuthFailure.InvalidSecretId | Invalid key (not a Cloud API key type). |
| AuthFailure.MFAFailure | MFA failed. |
| AuthFailure.SecretIdNotFound | Key does not exist. Check if the key has been deleted or disabled in the console, and if not, check if the key is correctly entered. Note that whitespaces should not exist before or after the key. |
| AuthFailure.SignatureExpire | Signature expired. Timestamp and server time cannot differ by more than five minutes. Please ensure your current local time matches the standard time. |
| AuthFailure.SignatureFailure | Invalid signature. Signature calculation error. Please ensure you've followed the signature calculation process described in the Signature API documentation. |
| AuthFailure.TokenFailure | Token error. |
| AuthFailure.UnauthorizedOperation | The request does not have CAM authorization. |
| DryRunOperation | DryRun Operation. It means that the request would have succeeded, but the DryRun parameter was used. |
| FailedOperation | Operation failed. |
| InternalError | Internal error. |
| InvalidAction | The API does not exist. |
| InvalidParameter | Incorrect parameter. |
| InvalidParameterValue | Invalid parameter value. |
| LimitExceeded | Quota limit exceeded. |
| MissingParameter | A parameter is missing. |
| NoSuchVersion | The API version does not exist. |
| RequestLimitExceeded | The number of requests exceeds the frequency limit. |
| ResourceInUse | Resource is in use. |
| ResourceInsufficient | Insufficient resource. |
| ResourceNotFound | The resource does not exist. |
| ResourceUnavailable | Resource is unavailable. |
| UnauthorizedOperation | Unauthorized operation. |
| UnknownParameter | Unknown parameter. |
| UnsupportedOperation | Unsupported operation. |
| UnsupportedProtocol | HTTPS request method error. Only GET and POST requests are supported. |
| UnsupportedRegion | API does not support the requested region. |
Service Error Codes
| Error codes | Description |
|---|---|
| InvalidParameter | Parameter error. |
| FailedOperation.ConfirmBillCheckFail | Download the bill before you confirm. |
| FailedOperation.PayPriceError | Payment failed. Contact the cloud platform staff for handling. |
| FailedOperation.BalanceNotEnough | Insufficient balance. |
| FailedOperation.DeviceHasExpired | The device is expired. |
| FailedOperation.Providing | Payment succeeded. Shipping. |
| FailedOperation.ProvideFailed | Payment succeeded. Shipping failed. |
| FailedOperation.InvalidVoucher | The voucher is not supported. |
| UnauthorizedOperation.NotCertification | The account has not completed identity verification. Payment failed. |
| FailedOperation.ResourceHandling | The resources are being processed. Place an order later. |
| FailedOperation.PaySuccDeliverFailed | Paid successfully, but shipment failed. Contact the cloud platform staff for handling. |
| FailedOperation.CouponsNotExist | No voucher available. |
| FailedOperation.BalanceInsufficient | Insufficient account balance. |
| InvalidParameterValue | Parameter value error. |
| FailedOperation.AcctNotExist | The account does not exist. |
| FailedOperation.NotAllowToRefund | The order is non-refundable. |
| FailedOperation.SummaryDataNotReady | Summarizing data. Please wait. |
| FailedOperation.CallJipingFail | Failed to call the billing platform API. |
| FailedOperation.ProductManageError | An error occurred while calling the item management system. |
| FailedOperation.NeedPayTogeter | You must pay for the items in the same order at the same time. |
| UnauthorizedOperation.NotFinanceAuth | The account does not have the permission for payment. Payment failed. |
| FailedOperation.DebtBillNotExist | The bill does not exist. |
| FailedOperation.AgentPayDealCannotDown | The specification of the agent payment device cannot be downgraded. |
| FailedOperation.InvalidDeal | The order in the current state does not support this operation. Only unpaid orders can be paid. |
| FailedOperation.QuotaNotEnough | Quota insufficient. |
| FailedOperation.CallBillingRouteFail | Failed to call the service. |
| FailedOperation | Operation failed. |
| FailedOperation.AccountError | An error occurred when calling the account system. |