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

公共错误码

最近更新时间2023.12.15 10:45:21

首次发布时间2023.12.15 10:45:21

如果返回结果中存在 Error 字段,则表示调用 API 接口失败。 Error.Code 字段表示错误码,本文为您列举云堡垒机所有 API 可能返回的公共错误码。

HTTP状态码错误码错误信息处理措施
400MissingParameter.{{Parameter}}The required parameter {{parameter}} is missing.缺少必要的请求参数。请确认请求参数后重试。
400InvalidParameter.{{Parameter}}The specified parameter {{parameter}} is invalid.请求参数值不合法。请检查参数值的正确性后重试。
400OperationDenied.{{Parameter}}Operation is denied because {{parameter}}.请求的资源不存在或则无授权访问。请检查请求参数后重试。
400QuotaExceeded.{{Parameter}}The {{Parameter}} exceeded the quota.请求的资源已超过Quota限制。请检查参数后重试。
400InvalidParameter.BodyFormatThe parameter body format is invalid.入参 Body 不是有效的 JSON 字符串。请检查后重试。
403AccessDeniedYou are not authorized to perform this action.请求未通过 IAM 权限验证。请检查授权项(Action)后重试。
404Invalid{{Parameter}}.RecordNotFoundThe specified {{Parameter}} does not exist.请求参数对应资源不存在。请检查参数后重试。
409Invalid{{Parameter}}.AlreadyExistsThe specified {{parameter}} already exists."请求参数字段已存在。请修改参数后重试。
500InternalErrorThe request failed due to an unknown error.未知错误,请稍后重试。如果多次尝试仍失败,请 提交工单