错误码中心
本文为您介绍 OpenAPI 相关错误码,您可以根据本文错误码对照表查找对应的报错信息。
HTTP状态码 | 错误码 | 错误信息 | 错误说明 |
---|---|---|---|
400 | BadRequest | Bad Request | 错误请求。 |
400 | UnsupportedInCurrentEnv | API unsupported in current deployed version | 当前实例版本暂未支持该API,请查阅API文档确认适用版本。 |
400 | UnsupportedCurrentTokenType | API unsupported current token type | API暂不支持使用当前令牌类型,请查阅API文档确认鉴权方式。 |
401 | Unauthorized | Unauthorized | 未授权。 |
401 | ExpiredTokenError | Token has expired | 令牌已过期。 |
401 | InvalidTokenError | Token is invalid | 令牌无效。 |
403 | Forbidden.InvalidUser.UserNotInCurrentOrganization | The current user is not in the organization and has no right to operate. | 当前用户未加入组织。 |
403 | Forbidden | Forbidden | 无权限。 |
429 | TooManyRequests | Too many requests | 发送了过多请求。 |
500 | InternalServerError | An internal error occurs | 发生了内部错误。 |