错误码
调用OpenAPI见错误包括权限认证错误、HTTP信息错误等,请参考错误码信息处理接口调用报错问题。
| 错误码 | 错误信息 | 描述 |
|---|---|---|
| 40000 | server error | 网关服务错误。 |
| 40001 | Request parameter grant_type must be client_credential | 获取access_token参数异常, grant_type参数不合法。 |
| 40002 | Invalid access key | AccessKeyId无效。 |
| 40003 | Invalid secret | SecretAccessKey无效。 |
| 40004 | system parameter invalid | 缺少系统参数。 |
| 41001 | access_token is invalid | AccessToken无效。 |
| 41002 | access_token is expired | AccessToken过期。 |
| 42001 | Invalid sign | 接口签名无效,请重新获取接口签名。具体操作,请参见签名机制 (opens new window)。 |
| 42002 | timestamp and nonce are required | 缺少时间戳和随机数。 |
| 42004 | timestamp invalid | 时间戳无效。 |
| 42005 | nonce invalid | 随机数无效。 |
| 43003 | No access to the api | 没有权限访问该API。 |
| 43006 | the number of api requests reached the upper limit | 该API总访问次数达到上限。 |
| 43007 | The number of user requests reached the upper limit | 您对该API访问次数达到上限。 |
| 43008 | The number of appcode requests reached the upper limit | 授权应用对该API访问次数达到上限。 |
| 43009 | the api is not open API | 该API接口暂未发布,不支持使用。 |
| 43010 | system rate limiter | 系统流量限制。 |
| 43011 | api does not exist | 您调用的API不存在。 |
| 44001 | IP is not allowed to access | 您的IP已被限制访问。 |
| 45001 | server connect error, Connection refused | 下游服务连接异常,请稍后重试。 |
| 500101 | task robotId is required | 机器人ID为必填项,请检查后重试。 |
| 500102 | task robotId invalid | 机器人ID校验失败。 |
| 500103 | task userId is required | 用户ID为必填项,请检查后重试。 |
| 500104 | task userId invalid | 用户ID校验失败。 |
| 500105 | task inputs invalid | 入参校验失败。 |
| 500106 | task taskId invalid | 任务ID校验失败。 |
| 500201 | task create fail | 任务创建失败。 |
| 500202 | task terminate fail | 任务终止失败。 |
| 501201 | task log does not exist | 任务日志不存在。 |
| 510101 | data queue dataQueueUid invalid | 数据队列UID校验失败。 |
| 510102 | data queue message invalid | 数据队列消息校验失败。 |
| 510201 | data queue message add fail | 数据队列消息添加失败。 |
最近更新时间: {
"value": "2023-08-09",
"effect": true
}