You need to enable JavaScript to run this app.
导航

错误码列表

最近更新时间2023.07.12 16:22:33

首次发布时间2023.07.12 16:22:33

如果成功调用消息队列 RocketMQ版的 API,返回的 HTTP 状态码应该为 200,如果状态码为其他值,则表示接口调用失败。您可查看响应数据段中包含的详细错误信息,并根据下表查看对应的解决方法。

HTTP状态码

ErrorCode

ErrorMessage

Description

文档说明

500

InternalError

The request failed due to some unknown error, exception or failure.

内部错误,请稍后再试。

内部错误,请联系技术支持排查。

503

ServiceUnavailable

The request failed due to a temporary failure of the server.

当前服务暂时不可用。

服务暂时不可用。该问题可能由服务器的临时故障导致,请稍后重试。如果重试仍然无法成功调用,请联系技术支持。

400

OperationDenied.InvalidRequest

The request that you specified is not valid.

请求异常,请检查后重试。

请求异常,请检查后重试。可能的原因包括:请求结构不合法等。如果重试仍然无法成功调用,请联系技术支持。

400

MissingParameter

The request body is missing a required parameter %s.

缺少%s参数。

请求中缺少参数,请参考API文档设置正确的参数。

400

UnsupportedParameter

The specified parameter %s is unsupported.

不支持%s参数。

不支持的参数,请参考API文档设置正确的参数。

400

InvalidParameter

The specified parameter %s is not valid.

参数值%s无效。

参数值%s无效,请参考API文档设置正确的参数。

400

NotModifiedParameter

The resource was not changed.

未变更任何配置。

未变更任何配置,请检查请求参数配置是否和当前配置相同。

400

InvalidTopicName.AlreadyExists

The specified topic name already exists.

Topic名称已存在。

Topic名称已存在,请更换一个新的Topic名称。

400

InvalidGroupId.AlreadyExists

The specified group name already exists.

Group名称已存在。

Group已存在,请更换一个新的Group名称。

400

QuotaExceeded.InstanceNumber

The number of instances exceeds the limit.

实例数量超出上限。

实例数量超出上限,若有业务需求,建议在配额中心申请提高配额。

400

QuotaExceeded.AuthKeyNumber

The number of AuthKeys exceeds the limit.

密钥数量超出上限。

密钥数量超出上限,若有业务需求,建议在配额中心申请提高配额。

400

QuotaExceeded.TopicNumber

The number of topics exceeds the limit.

Topic数量超出上限。

Topic数量超出上限。建议升级实例规格。

400

QuotaExceeded.GroupNumber

The number of groups exceeds the limit.

Group数量超出上限。

Group数量超出上限。建议升级实例规格。

400

QuotaExceeded.QueueNumber

The number of queues exceeds the limit.

队列数量超出上限。

队列数量超出上限。建议升级实例规格。

403

OperationDenied.AccountNotAuthorized

You are not authorized to perform this operation.

您不具备相关权限 ,请授权或切换账号后重试。

当前登录的火山引擎账号不具备相关操作或资源的权限,请授权或切换账号后重试。

403

OperationDenied.InternetAccessEnabled

Internet access is enabled for the instance.

该实例已开启公网访问方式。

该实例已开启公网访问方式,即已绑定EIP。

403

OperationDenied.InternetAccessDisabled

Internet access is disabled for the instance.

该实例未开启公网访问方式。

该实例未开启公网访问方式,即未绑定EIP。

403

OperationDenied.InvalidInstanceStatus

The operation is not valid for the current status of the instance.

当前实例状态不允许执行该操作。

当前实例状态不允许执行该操作,通常原因为实例状态不在运行中。

403

OperationDenied.InstanceNotEmpty

The instance that you tried to delete is not empty.

期望删除的实例不为空。

期望删除的实例不为空,请删除实例中所有资源后重试。

403

OperationDenied.ResourceOccupied

The resource is busy now, please try again later.

资源繁忙,可能由于指定资源正在被访问或回收。

资源繁忙,可能由于指定资源正在被访问或回收,请稍后重试。如果重试后仍然无法成功调用,请联系技术支持。

403

OperationDenied.TaskIsRunning

An operation is currently in progress. Try again later.

后台任务正在运行中,请稍后再试。

后台任务正在运行中,请稍后再试。

403

OperationDenied.VersionUnsupported

The current instance version does not support this operation.Please upgrade the instance and try again.

当前实例版本不支持指定操作,请升级实例后再试。

当前实例版本不支持指定操作,请升级实例后再试。

404

InvalidInstanceId.NotFound

The specified Instance ID does not exist.

实例不存在。

实例名称不存在,请检查后重试。

404

InvalidTopicName.NotFound

The specified topic does not exist.

Topic不存在。

Topic不存在,请检查后重试。

404

InvalidGroup.NotFound

The specified group does not exist.

Group不存在。

Group不存在,请检查后重试。

404

InvalidAccessKeyId.NotFound

The specified AccessKey does not exist.

AccessKey不存在。

AccessKey不存在,请检查后重试。

404

InvalidMessageId.NotFound

The message ID does not exist in the instance %s.

Message ID不存在。

Message ID不存在,请检查后重试。

404

InvalidEip.NotFound

The specified EIP does not exist.

该EIP不存在。

该EIP不存在,请检查后重试。