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 | Description |
---|---|
ActionOffline | This API has been deprecated. |
AuthFailure.InvalidAuthorization | Authorization in the request header is invalid. |
AuthFailure.InvalidSecretId | Invalid key (not a TencentCloud 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 is not authorized. For more information, see the CAM documentation. |
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. |
InvalidRequest | The multipart format of the request body is incorrect. |
IpInBlacklist | Your IP is in uin IP blacklist. |
IpNotInWhitelist | Your IP is not in uin IP whitelist. |
LimitExceeded | Quota limit exceeded. |
MissingParameter | A parameter is missing. |
NoSuchProduct | The product does not exist. |
NoSuchVersion | The API version does not exist. |
RequestLimitExceeded | The number of requests exceeds the frequency limit. |
RequestLimitExceeded.GlobalRegionUinLimitExceeded | Uin exceeds the frequency limit. |
RequestLimitExceeded.IPLimitExceeded | The number of ip requests exceeds the frequency limit. |
RequestLimitExceeded.UinLimitExceeded | The number of uin requests exceeds the frequency limit. |
RequestSizeLimitExceeded | The request size exceeds the upper limit. |
ResourceInUse | Resource is in use. |
ResourceInsufficient | Insufficient resource. |
ResourceNotFound | The resource does not exist. |
ResourceUnavailable | Resource is unavailable. |
ResponseSizeLimitExceeded | The response size exceeds the upper limit. |
ServiceUnavailable | Service is unavailable now. |
UnauthorizedOperation | Unauthorized operation. |
UnknownParameter | Unknown parameter. |
UnsupportedOperation | Unsupported operation. |
UnsupportedProtocol | HTTP(S) request protocol error; only GET and POST requests are supported. |
UnsupportedRegion | API does not support the requested region. |
Error Code | Description |
---|---|
AuthFailure | Error with CAM signature/authentication. |
AuthFailure.AccessCAMFail | Access authentication failed. |
FailedOperation.AccessSTSFail | Failed to access STS. |
FailedOperation.AccessTKEFail | Failed to access the TKE cluster. |
FailedOperation.AccessTagFail | Failed to access the tag service. |
FailedOperation.AgentNotAllowed | For the agent in this status, the operation is not allowed. |
FailedOperation.AgentVersionNotSupported | The agent version does not support this operation. Upgrade the agent. |
FailedOperation.AgentsNotInUninstallStage | There are agents running on this instance. |
FailedOperation.AlertFilterRuleDeleteFailed | Failed to delete the filter rule. |
FailedOperation.AlertPolicyCreateFailed | Failed to create the alarm policy. |
FailedOperation.AlertPolicyDeleteFailed | Failed to delete the alarm policy. |
FailedOperation.AlertPolicyDescribeFailed | Failed to query the alarm policy. |
FailedOperation.AlertPolicyModifyFailed | Failed to modify the alarm policy. |
FailedOperation.AlertTriggerRuleDeleteFailed | Failed to delete the trigger condition. |
FailedOperation.BadYamlFormat | The YAML format is incorrect. |
FailedOperation.ComponentClientCommon | FailedOperation.ComponentClientCommon |
FailedOperation.ComponentClientHttp | FailedOperation.ComponentClientHttp |
FailedOperation.ComponentClientUnpack | FailedOperation.ComponentClientUnpack |
FailedOperation.CreateInstance | Failed to create the instance. |
FailedOperation.CreateInstanceLimited | This account is not allowed to create instances. |
FailedOperation.DataColumnNotFound | The data table field doesn't exist. |
FailedOperation.DataQueryFailed | Failed to query the data. |
FailedOperation.DataTableNotFound | The data table doesn't exist. |
FailedOperation.Db | FailedOperation.Db |
FailedOperation.DbQueryFailed | Failed to query the database. |
FailedOperation.DbRecordCreateFailed | Failed to create the database record. |
FailedOperation.DbRecordDeleteFailed | Failed to delete the database record. |
FailedOperation.DbRecordNotFound | FailedOperation.DbRecordNotFound |
FailedOperation.DbRecordUpdateFailed | Failed to update the database record. |
FailedOperation.DbTransactionBeginFailed | Failed to start the database transaction. |
FailedOperation.DbTransactionCommitFailed | Failed to submit the database transaction. |
FailedOperation.DimQueryRequestFailed | Failed to query the service in the request dimension. |
FailedOperation.DivisionByZero | The dividend is zero. |
FailedOperation.DoHTTPTransferFailed | Backend service timed out. |
FailedOperation.DoTRPCTransferFailed | DoTRPCTransferFailed |
FailedOperation.DruidQueryFailed | Failed to query analysis data. |
FailedOperation.DruidTableNotFound | The druid table does not exist. |
FailedOperation.DuplicateName | The name already exists. |
FailedOperation.ErrNotOpen | You have not enabled pay-as-you-go billing for API requests. |
FailedOperation.ErrOwed | You have overdue payments. |
FailedOperation.GenerateInstanceIDFailed | An error occurred while generating the resource ID. |
FailedOperation.InstanceNotFound | The instance does not exist. |
FailedOperation.InstanceNotRunning | The instance is not running. |
FailedOperation.InternalError | Internal service error. |
FailedOperation.KubeClientConf | FailedOperation.KubeClientConf |
FailedOperation.KubeCommon | FailedOperation.KubeCommon |
FailedOperation.RegionUnavailable | The region is unavailable. |
FailedOperation.ResourceExist | The resource already exists. |
FailedOperation.ResourceNotFound | The resource does not exist. |
FailedOperation.ResourceOperating | The resource is being manipulated. |
FailedOperation.SendRequest | Failed to send the authorization request. |
FailedOperation.ServiceNotEnabled | The service is not enabled and can be used only after being enabled. |
FailedOperation.TKEClientAuthFail | There is no access to TKE. |
FailedOperation.TKEEndpointStatusError | The TKE endpoint is inaccessible. |
FailedOperation.TKEResourceConflict | A conflict occurred while updating the TKE resource. |
FailedOperation.ZoneUnavailable | The AZ is unavailable. |
InternalError.CallbackFail | Error with the callback. |
InternalError.Db | InternalError.Db |
InternalError.DbRecordNotFound | InternalError.DbRecordNotFound |
InternalError.DependsApi | Error with another dependent API. |
InternalError.DependsDb | Error with the dependent db. |
InternalError.DependsMq | Error with the dependent mq. |
InternalError.ExeTimeout | Execution timed out. |
InternalError.Param | InternalError.Param |
InternalError.System | System error. |
InternalError.TaskNotFound | InternalError.TaskNotFound |
InternalError.TaskResultFormat | An error occurred while parsing the task result. |
InternalError.UnexpectedInternal | InternalError.UnexpectedInternal |
InvalidParameter.ClusterNotFound | InvalidParameter.ClusterNotFound |
InvalidParameter.DupTask | The task has already been submitted. |
InvalidParameter.InvalidParameter | Invalid parameter. |
InvalidParameter.InvalidParameterParam | Invalid parameter. |
InvalidParameter.MissAKSK | The platform configuration is missing. |
InvalidParameter.Param | InvalidParameter.Param |
InvalidParameter.ParamError | Incorrect parameter. |
InvalidParameter.PromClusterNotFound | InvalidParameter.PromClusterNotFound |
InvalidParameter.PromInstanceNotFound | InvalidParameter.PromInstanceNotFound |
InvalidParameter.ResourceNotFound | InvalidParameter.ResourceNotFound |
InvalidParameter.SecretIdOrSecretKeyError | Error with the platform configuration. |
InvalidParameter.UnsupportedProduct | This product doesn't support scan. |
InvalidParameterValue.DashboardNameExists | The dashboard name already exists. |
InvalidParameterValue.VersionMismatch | The version does not match. |
LimitExceeded.MetricQuotaExceeded | Quota limit on metrics is reached. Requests containing unregistered metrics are prohibited. |
OperationDenied | Operation denied. |
ResourceInUse.ResourceExistAlready | ResourceInUse.ResourceExistAlready |
ResourceNotFound.NotExistTask | The task does not exist. |
ResourcesSoldOut | The resources have been sold out. |
Was this page helpful?