ArkClaw 企业版
状态码 | 错误码 | 错误信息 | 说明 |
400 | MissingParameter.InstanceId | The required parameter InstanceId is not supplied. | 参数InstanceId不能为空。 |
400 | MissingParameter.SpaceId | The required parameter SpaceId is not supplied. | 参数SpaceId不能为空。 |
400 | InvalidInstanceStatus | The ClawInstance must be in the {expected status} status to complete the operation. | ArkClaw实例状态错误无法操作 |
400 | InvalidClientToken.Malformed | The specified ClientToken is malformed. | ClientToken 不符合规范:长度需为 1~64 字符;仅支持 ASCII 可见字符。 |
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. | 幂等参数不一致:相同ClientToken复用于参数不同的请求。 |
404 | InvalidInstance.NotFound | The specified Instance does not exist. | 指定ArkClaw实例不存在。 |
404 | InvalidSpace.NotFound | The specified Space does not exist. | 指定ArkClaw空间不存在。 |
412 | IdempotentProcessing | The request uses the same client token as a previous one that is still in process. | 幂等请求处理中:相同ClientToken的前序请求尚未完成。 |
412 | DryRunOperation | The user has the required permissions, so the request would have succeeded, but the DryRun parameter was used. | DryRun检查通过;由于设置了DryRun参数,请求未真正执行。 |
429 | FlowLimitExceeded | The request was rejected due to flow control. | 请求触发限流。 |
500 | InternalError | An internal error has occurred. | 内部错误,请重试。如果多次尝试失败,请提交工单。 |