tencent cloud

云数据库 MySQL

动态与公告
产品动态
产品公告
新手指引
产品简介
产品概述
产品优势
应用场景
数据库架构
隔离策略
经济型实例
产品功能列表
数据库实例
高可用性(多可用区)
地域和可用区
自研内核
内核概述
内核版本更新动态
功能类特性
性能类特性
安全类特性
稳定类特性
TXRocks 引擎
内核问题检查与修复
购买指南
计费概述
选型指南
购买方式
续费说明
欠费说明
退费说明
按量转包年包月
调整实例费用说明
备份空间收费说明
数据库审计计费说明
数据库代理商业化计费和活动说明
数据库代理计费周期说明
查看费用账单
快速入门
入门概述
创建 MySQL 实例
连接 MySQL 实例
SQL 洞察(原数据库审计)
数据库审计简介
查看审计实例列表
开通审计服务
查看审计日志
日志投递
配置事后告警
修改审计规则
修改审计服务
关闭审计服务
审计规则模板
SQL 审计规则(旧版)
查看审计任务
授权子用户使用数据库审计
MySQL 云盘版
MySQL 云盘版概述
创建 MySQL 云盘版实例
维护管理实例
查看实例监控
调整实例配置
其他功能相关操作
迁移或升级至 MySQL 云盘版
操作指南
使用限制
操作总览
维护管理实例
升级实例
CPU 弹性扩容
只读/灾备实例
数据库代理
数据库管理(DMC)
账号管理
参数配置
备份与回档
数据迁移
网络与安全
监控与告警
日志中心
只读分析引擎
标签
实践教程
腾讯云 MySQL 帮助实现 MySQL 5.7升级至 MySQL 8.0
MySQL 5.6升级到 MySQL 5.7方法和说明
云数据库 MySQL 数据库审计等保实践
构建全场景高可用架构
云数据库 MySQL 使用规范
应用程序配置自动重连功能
MySQL 主实例参数修改的影响
MyISAM 自动转换为 InnoDB 引擎限制
为云数据库 MySQL 创建 VPC
使用云数据库 MySQL 提高业务负载能力
两地三中心灾备建设
读写分离扩展云数据库 MySQL 性能
使用 DTS 将 InnoDB 数据迁移至 RocksDB
构建 LAMP 堆栈 Web 应用程序
构建 Drupal 网站
通过 Python 语言使用 MySQL API
主备实例查询数据不一致
白皮书
性能白皮书
安全白皮书
故障处理
连接相关
性能相关
实例数据同步延迟
设置大小写不敏感失败
通过命令获取 slow_query_log_file 失败
API 文档
History
Introduction
API Category
Instance APIs
调用方式
Data Import APIs
Database Proxy APIs
数据库审计相关接口
Security APIs
Task APIs
Backup APIs
Account APIs
Rollback APIs
Parameter APIs
Database APIs
Monitoring APIs
Log-related API
Data Types
Error Codes
常见问题
选型相关
计费相关
备份相关
回档相关
连接登录
参数修改
升级相关
账号权限
性能内存
运维相关
数据迁移
功能特性
控制台相关
日志相关
事件相关
数据库审计
实例切换影响
API 2.0 切换 3.0 指引
相关协议
服务等级协议
服务条款
通用参考
标准与认证
联系我们
词汇表

Error Codes

PDF
聚焦模式
字号
最后更新时间: 2026-03-19 18:22:15

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 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.

Service Error Codes

Error Code Description
AuthFailure CAM signature/authentication error.
AuthFailure.SubAccountDenied The sub-account has no permissions.
CdbError Backend or process error.
CdbError.BackupError Backup error.
CdbError.DatabaseError Backend database error.
CdbError.ImportError Import task error.
CdbError.TaskError Backend task error.
FailedOperation.AsyncTaskStatusError Async task exception.
FailedOperation.AuditConfigNotExist Audit not found.
FailedOperation.CdbInstanceLockFailError Failed to lock the instance while performing exclusive operations. Please try again later.
FailedOperation.CreateAccountError Creation failed. Please check whether the user already exists.
FailedOperation.CreateAuditFailError Failed to create the audit rule.
FailedOperation.CreateAuditLogFileError Failed to create an audit log file.
FailedOperation.CreateRoVipError Failed to assign an exclusive VIP to the read-only replica.
FailedOperation.DBOperationActionError Database operation failed.
FailedOperation.DescribeProxyGroupError Failed to query database proxy.
FailedOperation.FailedOperationError Unsupported operation
FailedOperation.GetPrivilegeError An error occurred while obtaining permissions.
FailedOperation.InstanceQueryError Query failed.
FailedOperation.InstanceTaskConflictError An error occurred due to instance task conflict.
FailedOperation.JsonUnmarshalError Failed to deserialize JSON.
FailedOperation.LogContentOverLimit The volume of the returned data is too large. Please narrow down the data query scope.
FailedOperation.NotChangeStrategy No policy modification detected
FailedOperation.NotDelayRo It is not a read-only instance with delayed replication enabled.
FailedOperation.OperationInConflictErr The instance has an operation in progress. Try again later.
FailedOperation.PrivilegeDataIllegal The executed operation to modify permissions is invalid. You can refer to product documentation for more information about permissions that can be modified for this instance. If you have any questions, please contact customer service.
FailedOperation.ProxyGroupStatusError Database proxy in an exceptional status.
FailedOperation.QueryAuditTaskFailError Failed to query the audit task
FailedOperation.QueryLogError Log query failed.
FailedOperation.RemoteCallUnmarshalError Cross-region deserialization failed for the high-availability service.
FailedOperation.RepeatCreateProxyError The proxy is being created or already exists. You cannot create it again.
FailedOperation.ResponseValueError Exception with the backend request for the service. Please contact customer service.
FailedOperation.ResultSetOverLimit The result set size of queried logs exceeds the limit. Please select a shorter time range.
FailedOperation.StartFlowError Failed to initiate the operation. Please try again later. If the operation remains unsuccessful, please contact customer service.
FailedOperation.StatusConflict Task status conflict.
FailedOperation.SubmitAsyncTaskError Failed to submit the task. Please try again later. If the submission remains unsuccessful, please contact customer service.
FailedOperation.TimeoutError The query timed out.
FailedOperation.TypeInConflict This type of operations cannot be performed.
FailedOperation.VpcIpInUseError The IP has been occupied.
FailedOperation.VpcIpInvalidError Invalid IP address
FailedOperation.VpcIpNotInSubnetError The IP doesn’t exist in the subnet.
InternalError.AsyncRequestError An error occurred while querying async tasks.
InternalError.AuditCreateLogFileError Error creating an audit log file.
InternalError.AuditDeleteLogFileError Error deleting the audit log.
InternalError.AuditDeletePolicyError Internal audit service error.
InternalError.AuditDescribeLogError Failed to query the audit log
InternalError.AuditError An error occurred in the internal service of the audit service.
InternalError.AuditModifyStatusError Failed to modify audit status.
InternalError.AuditOssLogicError Internal exception of the audit service.
InternalError.AuthError Authentication failed.
InternalError.CauthError Authentication failed.
InternalError.CdbCgwError Internal system error.
InternalError.CdbError System error.
InternalError.CosError Failed to obtain file information.
InternalError.DBError Database exception
InternalError.DBOperationError Database operation failed.
InternalError.DBRecordNotExistError The database record does not exist.
InternalError.DatabaseAccessError Internal database error.
InternalError.DesError Internal system error.
InternalError.DfwError Security group operation error.
InternalError.ExeSqlError SQL statement error
InternalError.ExecHttpRequestError Failed to execute the HTTP request
InternalError.ExecuteSQLError Failed to execute SQL statement
InternalError.FtpError File transfer exception
InternalError.HttpError Exceptional HTTP request
InternalError.HttpRequestError Request failed.
InternalError.ImportError Import failed
InternalError.InnerCommonError Internal service error
InternalError.InternalAssertError Internal service error. Please contact customer service.
InternalError.InternalHttpServerError An exception occurred while executing the request.
InternalError.InternalRequestError The backend failed to request the service. Please contact customer service.
InternalError.InternalServiceErrorErr An error occurred while accessing internal service.
InternalError.JSONError Failed to parse JSON.
InternalError.KmsError Failed to enable encryption
InternalError.NetworkError Network error
InternalError.OssError An error occurred in TencentDB for MySQL High-Availability Edition database service.
InternalError.ParamError Parameter error
InternalError.RegexpCompileError Regular expression compilation error.
InternalError.ResourceNotMatch The resource does not match.
InternalError.ResourceNotUnique The resource is not unique.
InternalError.SecurityGroupError Security group error
InternalError.ServerError Internal error of the system.
InternalError.ServiceError An exception occurred in the internal service.
InternalError.TagError Failed to modify the tag. Please try again later.
InternalError.TaskError Task exception
InternalError.TaskFrameError Async task error.
InternalError.TimeWindowError Time window error
InternalError.TradeError Transaction system error.
InternalError.TransactioBeginError Failed to start the transaction.
InternalError.TransactionBeginError Operation failed
InternalError.UndefinedError Unknown error
InternalError.UnknownError Unknown error
InternalError.VpcError VPC or subnet error.
InvalidParameter.ControllerNotFoundError This API was not found.
InvalidParameter.DeployGroupNotEmpty There are resources in the placement group.
InvalidParameter.ExceptionParam Parameter exception.
InvalidParameter.InstanceNameNotFound The instance is not found.
InvalidParameter.InstanceNotFound The instance does not exist.
InvalidParameter.InvalidAsyncRequestId The async task does not exist.
InvalidParameter.InvalidName Invalid name.
InvalidParameter.InvalidParameterError Invalid parameter value
InvalidParameter.JsonUnmarshalError Failed to deserialize JSON.
InvalidParameter.OverDeployGroupQuota The quota of placement group resources has been exceeded.
InvalidParameter.ResourceExists The resource already exists.
InvalidParameter.ResourceNotExists The resource does not exist.
InvalidParameter.ResourceNotFound The resource is not found.
InvalidParameterValue.AccountDescriptionCharacterError The account description contains special characters.
InvalidParameterValue.AccountDescriptionLengthError The account description should not exceed 255 characters.
InvalidParameterValue.AccountHostRuleError Incorrect format of the host parameter in the account.
InvalidParameterValue.AccountPasswordCharacterError The account password contains invalid characters.
InvalidParameterValue.AccountPasswordLengthError The account password is too long or too short.
InvalidParameterValue.AccountPasswordRuleError The password format is incorrect. It should contain 8 to 64 characters and must contain at least two character sets of the following: letters, digits, and special symbols (_+-&=!@#$%^*()).
InvalidParameterValue.DataConvertError Data conversion failed.
InvalidParameterValue.InvalidParameterValueError Invalid parameter value
InvalidParameterValue.UserNameRuleError Incorrect format of the account username.
InvalidParameterValue.UserNotExistError The account does not exist.
InvalidParameterValue.VerifyAccountNoRootError No root account found.
InvalidParameterValue.VerifyAccountPasswordError Invalid account password.
InvalidParameterValue.VerifyAccountPrivError The account does not have the GRANT permission.
MissingParameter.AccountMissingParameterError Account-related parameters are missing.
MissingParameter.MissingParamError Required parameters are missing.
OperationDenied Operation denied.
OperationDenied.AccountOperationDenied The Tencent Cloud account is not allowed to perform the operation due to insufficient permissions.
OperationDenied.ActionInProcess The instance is performing another task.
OperationDenied.ActionNotSupport Unsupported operation.
OperationDenied.AtLeastAllRuleAuditPolicyError Security audit is enabled. At least one full audit policy must be retained.
OperationDenied.AtLeastAuditPolicyError At least one audit policy must be retained.
OperationDenied.AuditFileOverQuotaError Number of audit log files exceeds the maximum limit.
OperationDenied.AuditPolicyConflictError The audit policies conflict.
OperationDenied.AuditPolicyExistError The audit policy already exists.
OperationDenied.AuditPolicyNotExistError Audit policy not found.
OperationDenied.AuditPolicyOverQuotaError The number of audit policies exceeds the limit.
OperationDenied.AuditRuleHasBind The audit rule has been associated.
OperationDenied.AuditRuleNotExistError The audit rule does not exist.
OperationDenied.AuditStatusError Exceptional audit status.
OperationDenied.AuditTaskConflictError The audit tasks conflict.
OperationDenied.ConflictRoStatus The operation is not allowed as the RO group contains an invalid read-only instance.
OperationDenied.ConflictStatus The configuration of read-only group is being modified. Please do not make repeated requests.
OperationDenied.DBBrainPolicyConflict You have enabled the compliance audit feature of DBbrain, so you cannot enable the rule-based audit.
OperationDenied.DelayReplicationRunning The operation is not allowed during the delayed replication.
OperationDenied.DeleteRootAccountError The root account cannot be deleted.
OperationDenied.FunctionDenied This instance needs permissions to use this feature.
OperationDenied.InstTypeNotSupport The current instance type does not support this operation.
OperationDenied.InstanceLockerConflict Instance locks are in conflict. Please try again later.
OperationDenied.InstanceStatusError Exceptional instance status
OperationDenied.InstanceTaskRunning Delayed replication is not allowed because the instance is executing another task.
OperationDenied.InstanceTaskStatusError Abnormal instance task status.
OperationDenied.InstanceUnsupportedOperateError The instance does not support this operation.
OperationDenied.ModifyAuditStatusError Failed to modify audit status.
OperationDenied.NotSupportBasic Basic instances do not support this operation (feature).
OperationDenied.NotSupportModifyLocalRootHostError The host information of the local root account cannot be modified.
OperationDenied.OperationDeniedError Operation denied
OperationDenied.OtherOderInProcess There are other orders being submitted. Please try again later.
OperationDenied.OverQuota Resource quota exceeded.
OperationDenied.ProxyAddressLimitError The number of the proxy addresses exceeds the limit.
OperationDenied.ProxyAddressNotFund Proxy address is not found.
OperationDenied.ProxyNodeCountLimitError The number of the proxy nodes exceeds the limit.
OperationDenied.ProxyUpgradeTaskStatusError This operation is not allowed during database proxy upgrade task.
OperationDenied.QueryAuditLogsError Failed to query the audit log
OperationDenied.ResourceNotFoundError The resource was not found.
OperationDenied.ResourceNotFundError The resource was not found.
OperationDenied.ResultOverLimit The maximum number of results has been reached. Please narrow down your query.
OperationDenied.SubAccountOperationDenied The Tencent Cloud sub-account is not allowed to perform the operation due to insufficient permissions.
OperationDenied.UnSupportRefundError This instance is not refundable.
OperationDenied.UnsupportCreateAddressError Creating a proxy address is not supported.
OperationDenied.UnsupportOpenAuditError The audit feature cannot be enabled.
OperationDenied.UserHasNoStrategy This account is not authorized to access the requested resource.
OperationDenied.WrongPassword Incorrect password or verification failed.
OperationDenied.WrongStatus The backend task status is invalid.
OverQuota Limit exceeded.
ResourceNotFound.CdbInstanceNotFoundError The instance cannot be found. Please check whether your instance status is normal.
ResourceNotFound.InstanceNotFoundError High-availability instance doesn’t exist.
ResourceNotFound.InstanceNotFundError The instance does not exist.
UnauthorizedOperation.NotEnoughPrivileges Verification failed. Insufficient permissions.
UnsupportedOperation.NotSupportNormalInstance The current operation is not supported for instances with no resource usage limit.
UnsupportedOperation.PrivilegesUnsupportedError Unsupported permission.

帮助和支持

本页内容是否解决了您的问题?

填写满意度调查问卷,共创更好文档体验。

文档反馈