错误码表
更新时间:2016-11-23 16:04:19
1 通用错误
错误代码 | 描述 | 详细信息 |
---|---|---|
InvalidIdentity.ServiceDisabled | 服务未开通或已经被冻结 | The request identity was not allowed operated. |
InvalidParameter | 参数不合法 | The specified parameter \”%s\” is not valid. |
InvalidParameter.NullValue | 参数为空 | The specified parameter \”%s\” cannot be null |
InvalidParameter.InvalidState | 状态无效 | The specified parameter \”%s\” is not valid |
InvalidParameter.EmptyValue | 参数不能为空 | The specified parameter \”%s\” cannot be empty |
InvalidParameter.NotSupported | 参数不支持,比如自定义模板中H.265暂时不支持设置Profile | The specified parameter \”%s\” is not supported. |
InternalError | 内部未知错误 | The operation has failed due to some unknown error, exception or failure |
2 消息发送错误
错误代码 | 描述 | 详细信息 |
---|---|---|
EntityNotExist.Role | 角色不存在 | The role does not exist. |
AccessDenied | 无权限发送消息 | The OwnerId that your Access Key Idassociated to is forbidden for this operation. |
InvalidQueueName | 无效的队列名 | The queue name you provided is invalid. QueueName should start with alpha and contain only alpha, digit or - . |
TopicNameInvalid | 主题名称无效 | The topic name you provided is invalid. TopicName should start with alpha or digit and contain only alpha, digit or -. |
QueueNotExist | 队列不存在 | The queue name you provided is not exist. |
TopicNotExist | 主题不存在 | The Topic you provided does not exist. |
InvalidArgument | 消息体超过长度限制 | The length of message should not be larger than MaximumMessageSize. |