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 |
|---|---|
| UnauthorizedOperation | Unauthorized operation |
| InvalidParameter.AddressError | Interconnect IP Error |
| InvalidParameter.PortBandwidthMismatch | Port bandwidths of the cloud side and the IDC side mismatch. |
| LimitExceeded | Exceeded quota limit |
| InternalError | Internal error |
| UnsupportedOperation | Operation unsupported. |
| LimitExceeded.DirectConnectLimitExceeded | Number of physical DCs has reached a limit. |
| InvalidParameter | Wrong parameter. |
| UnsupportedOperation.StateConfLict | Status Conflict |
| InvalidParameterValue.VlanConfLict | VLAN Conflict |
| InvalidParameterValue | Incorrect parameter value |
| UnsupportedOperation.CrossBorderDirectConnectTunnel | Creating cross-border dedicated channels is not allowed. Please contact us. |
| MissingParameter | Parameter missing |
| InvalidParameter.DcBandwidthOutOfRange | Physical DC bandwidth is out of range. Physical DC bandwidth is required to be greater than 1, not less than the maximum bandwidth of the private channel, not greater than the port bandwidth, and not less than a sum of private channel bandwidths in a non-overselling mode. |
| InvalidParameter.DirectConnectIdIsNotUin | The physical DC does not belong to this account. |
| InvalidParameter.UinIsNotExist | This account ID does not exist. |
| ResourceInUse.DcVpcIsExist | The VPC for the physical DC already exists. |
| ResourceUnavailable | Resource unavailable |
| InvalidParameter.DcxBandwidthOutOfRange | Physical DC bandwidth is out of range. Private channel bandwidth is required to be greater than 1, and not greater than the physical DC bandwidth, and a sum of private channel bandwidths is not greater than the physical DC bandwidth in a non-overselling mode. |
| ResourceNotFound.DirectConnectTunnelIdIsNotExist | Dedicated channel does not exist. |
| ResourceUnavailable.InsufficientBalance | Sorry, your account is overdue. Products cannot be activated in an overdue status. Please recharge first. |
| ResourceNotFound | The resource does not exist. |
| LimitExceeded.DirectConnectTunnelLimitExceeded | Number of dedicated channels for the physical DC has reached a limit. |
| InvalidParameter.DcResourceNotFound | The direct connection resource does not exist. |
| InvalidParameter.ArAvailBandwidthNotEnough | The available bandwidth is insufficient at the DC access point. |
| InvalidParameter.InvalidIpMulticastConfig | An error in IP multicast configuration occurs. |
| FailedOperation | Operation Failed |