公共錯誤碼
公共錯誤碼分為客戶端錯誤碼和服務端錯誤碼。
客戶端錯誤碼
錯誤碼 | 錯誤信息 | HTTP狀態(tài)碼 | 描述 |
UnknownError | The request processing has failed due to some unknown error. | 400 | 客戶端出現(xiàn)非服務端原因的未知錯誤。 |
MissingParameter | The input parameter {name} should be specified. | 400 | 缺少參數(shù),name為參數(shù)名。 |
One of the input parameters {names} should be specified. | 400 | 缺少參數(shù),必須指定多個參數(shù)中的一個。names為相關的參數(shù)的列表。 | |
The input parameter {name} should be specified, {reason}. | 400 | 缺少參數(shù),name為參數(shù)名,reason為原因。 | |
InvalidParameter | The specified parameter {name} is invalid. | 400 | 無效參數(shù),name為參數(shù)名。 |
The specified parameter {name} is invalid, {reason}. | 400 | 無效參數(shù),name為參數(shù)名,reason為原因。 | |
MultipleParameter | Only one of the input parameters {names} can be specified. | 400 | 指定參數(shù)過多,只能指定多個參數(shù)中的一個。names為相關的參數(shù)的列表。 |
InvalidIdempotenceParameter | The specified parameters are different from before. | 400 | 冪等token相同但是參數(shù)不同。 |
LastTokenProcessing | The last token request is processing. | 400 | 正在處理上一條令牌請求,請您稍后再試。 |
Invalid | Data supplied was not valid: {reason}. | 400 | 無效值,reason為原因。 |
InvalidValue | {reason}. | 400 | 無效值,reason為原因。 |
RequestLimitExceeded | Request limit exceeded: {reason}. | 400 | 請求包含超過限制的內(nèi)容,reason為原因。部分限制可通過調整配額改變。 |
NotSupported | {feature} is not supported. | 400 | 不支持feature,feature為特性或操作。 |
MismatchNextToken | {name} mismatches next token. | 400 | NextToken不匹配,name為不匹配項。 |
AssumeRoleFailure | Fail to assume role {name}: {reason} | 400 | ROS獲取一個扮演該角色的臨時身份失敗。name為RAM角色名,reason為原因。 |
Forbidden | You are not authorized to complete this action. | 403 | 您無權完成此操作。 |
A required authorization for the specified action {api} is not supplied. Code: {code} RequestId: {request_id} | 403 | 用戶沒有授權ROS調用接口。api為接口名,code為錯誤碼,request_id為請求ID。 | |
AccountTypeNotSupported | Account type not supported. | 403 | 賬號類型不支持。 |
NotFound | {reason}. | 404 | 請求包含不存在的內(nèi)容,reason為原因。 |
TerraformStackNotSupported | Terraform stack does not support {feature}. | 400 | Terraform資源棧不支持某功能,feature為功能名。 |
Terraform stack template does not support {feature}. | 400 | Terraform資源棧模板不支持某功能,feature為功能名。 | |
Terraform stack is not supported. | 400 | Terraform資源棧功能未對當前用戶開放。 | |
TokenResultReturnedInLastRequest | The result for token is an error, and was returned in the last request: {response}. | 400 | 請求結果已經(jīng)在上次同ClientToken的請求中返回,并且結果為5XX錯誤。response為錯誤信息,顯示為JSON格式。其中包含Code、Message、HttpStatusCode字段。通過ClientToken緩存的5XX錯誤,在返回1~2次后,會變成該錯誤。 |
InvalidResourceType | Invalid resource type {name}. | 400 | 無效的資源類型。name為類型名稱。 |
Invalid resource type {name} of parameter {path}. | 400 | 無效的資源類型。name為類型名稱,path為參數(shù)路徑。 | |
Invalid {entity_type} ({name}). | 400 | 無效的資源類型。entity_type為實體類型,name為類型名稱。 | |
Invalid version {version} of {entity_type} ({name}). | 400 | 無效的資源類型版本。version為版本ID,entity_type為實體類型,name為類型名稱。 | |
ResourceTypeBeingProcessed | {entity_type} ({name}) is being processed, retry later. | 400 | 資源類型正在處理中,請稍后再試。entity_type為實體類型,name為類型名稱。 |
服務端錯誤碼
錯誤碼 | 錯誤信息 | HTTP狀態(tài)碼 | 描述 |
InternalError | Server error. | 500 | 內(nèi)部錯誤。 |
ServiceUnavailable | The request has failed due to a temporary failure of the server. | 503 | 服務器故障,請重試。如果多次嘗試失敗,請?zhí)峤还巍?/p> |