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 if your signature is correct."
},
"RequestId": "ed93f3cb-f35e-473f-b9f3-0d451b8b79c6"
}
}
Code in Error indicates the error code, and Message indicates the cause of the error.
Error Code List
Common Error Codes
Error Code | Description |
---|---|
AuthFailure.InvalidSecretId | Invalid key (not TencentCloud API key type). |
AuthFailure.MFAFailure | MFA failure. |
AuthFailure.SecretIdNotFound | Key does not exist. Please check whether the key has been deleted or disabled in the console. If the status is normal, please check whether the key is entered correctly. Please note that there must be no leading or trailing spaces. |
AuthFailure.SignatureExpire | Signature expired. Timestamp and server time cannot differ by more than five minutes. Please check whether the local time matches the standard time. |
AuthFailure.SignatureFailure | Invalid signature. Signature calculation error. Please check the signature calculation process against the API authentication document in Calling Methods. |
AuthFailure.TokenFailure | Token error. |
AuthFailure.UnauthorizedOperation | The request is not authorized. For more information, see the authentication description in the CAM documentation. |
DryRunOperation | DryRun operation, which means the request will succeed, but an unnecessary DryRun parameter is passed in. |
FailedOperation | Operation failed. |
InternalError | Internal error. |
InvalidAction | API does not exist. |
InvalidParameter | Incorrect parameter. |
InvalidParameterValue | Invalid parameter value. |
LimitExceeded | Quota limit is exceeded. |
MissingParameter | A parameter is missing. |
NoSuchVersion | The API version does not exist. |
RequestLimitExceeded | The request rate limit is exceeded. |
ResourceInUse | Resource is occupied. |
ResourceInsufficient | Insufficient resource. |
ResourceNotFound | Resource does not exist. |
ResourceUnavailable | Resource is unavailable. |
UnauthorizedOperation | Unauthorized operation. |
UnknownParameter | Unknown parameter. |
UnsupportedOperation | Unsupported operation. |
UnsupportedProtocol | Unsupported HTTP(S) request protocol. Only GET and POST requests are supported. |
UnsupportedRegion | Unsupported region. |
Business Error Codes
Error Code | Description |
---|---|
FailedOperation.NoPayment | No credit card or PayPal account is bound to the current account. Unable to make a payment. |
InternalError | Internal error. |
InvalidParameter | Incorrect parameter. |
ResourceInUse | Resource is occupied. |
ResourceInsufficient | Insufficient resource. |
ResourceInsufficient.Balance | Insufficient account balance. |
UnsupportedOperation | Unsupported operation. |