客户端错误
错误代码 | 描述 | HTTP状态码 | 语义 |
---|---|---|---|
UnknownError | The request processing has failed due to some unknown error. | 400 | 客户端出现非服务端原因的未知错误 |
MissingParameter | The input parameter "<parameter name>" that is mandatory for processing this request is not supplied. | 400 | 必填参数未指定,具体未指定参数需要查看 ErrorCode 错误代码后缀或 ErrorMessage 描述 |
服务器端错误
错误代码 | 描述 | HTTP状态码 | 语义 |
---|---|---|---|
ServiceUnavailable | The request has failed due to a temporary failure of the server. | 503 | 服务不可用 |
InternalError | The request processing has failed due to some unknown error, exception or failure. | 500 | 内部错误 |