ArkClaw 企业版
状态码 | 错误码 | 错误信息 | 说明 |
400 | IdempotentParameterMismatch | The request uses the same client token as a previous, but non-identical request.Do not reuse a client token with different requests, unless the requests are identical | 同一 Token 但请求参数与首次调用不一致,需更换 Token |
400 | InvalidClientToken.Malformed | The specified ClientToken is malformed. | Token 格式非法(非 ASCII 或超过 64 字节) |
400 | MissingParameter.SpaceId | The required parameter SpaceId is not supplied. | 参数SpaceId不能为空。 |
400 | MissingParameter.YamlContent | The required parameter YamlContent is not supplied. | 参数YamlContent不能为空。 |
400 | InvalidYamlContent.Malformed | The specified YamlContent is malformed. | YamlContent 不是合法 base64 YAML,或包含未知字段。 |
400 | InvalidPluginInfos.Malformed | The specified PluginInfos are malformed. | YAML 中插件配置不合法。 |
400 | InvalidSkillInfos.Malformed | The specified SkillInfos are malformed. | YAML 中技能配置不合法。 |
404 | InvalidSpace.NotFound | The specified Space does not exist. | 指定ArkClaw空间不存在。 |
412 | DryRunOperation | The user has the required permissions, so the request would have succeeded, but the DryRun parameter was used. | DryRun检查通过;由于设置了DryRun参数,请求未真正执行。 |
412 | IdempotentProcessing | The previous request with the same ClientToken is still processing. | 同一 Token 的首次请求仍在处理中,请稍后重试 |
429 | FlowLimitExceeded | The request was rejected due to flow control. | 请求触发限流。 |
429 | QuotaExceeded.Images | The image quota has been exceeded. | 镜像数量达到配额上限。 |
500 | InternalError | An internal error has occurred. | 内部错误,请重试。如果多次尝试失败,请提交工单。 |