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

公共错误码

最近更新时间2023.08.29 17:20:14

首次发布时间2022.06.27 21:21:55

本文列举调用容器服务 API 出错时,返回的错误信息。

更多火山引擎 API 公共错误码,请参见 公共错误码

HTTP状态码错误码错误信息处理措施
400MissingParameter.{{Parameter}}The required parameter {{parameter}} is missing.缺少必要的请求参数。请确认请求参数后重试。
400InvalidParameter.{{Parameter}}The specified parameter {{parameter}} is invalid.请求参数值不合法。请检查参数值的正确性后重试。
400IdempotentParameterMismatchParameters mismatch the previous request with a same ClientToken.幂等 ClientToken 相同但与之前的请求参数不一致。请修改参数配置后重试。
400InvalidParameter.BodyFormatThe parameter body format is invalid.入参 Body 不是有效的 JSON 字符串。请检查后重试。
400OperationDenied.UserNotInAllowListThe feature {{featureName}} is not in the allow list.需要开通具体功能的白名单。请 提交工单 申请,开通功能后重试。
403AccessDeniedYou are not authorized to perform this action.请求未通过 IAM 权限验证。请检查 授权项(Action)后重试。
404NotFound.{{parameter}}The specified {{resourceType}} {{resourceContent}} is not found.指定资源找不到。请确认参数后重试。
500InternalErrorThe request has failed due to an unknown error.未知错误,请稍后重试。如果多次尝试仍失败,请 提交工单