本文为您介绍 API 相关错误码,您可以根据本文错误码对照表查找对应的报错信息。
|
HTTP status code |
错误码 |
错误信息 |
错误说明 |
|
400 |
BadRequest |
Bad Request |
错误请求。 |
|
UnsupportedInCurrentEnv |
API unsupported in current deployed version |
当前实例版本暂未支持该API。 |
|
|
UnsupportedCurrentTokenType |
API unsupported current token type |
API暂不支持使用当前令牌类型,请查阅API文档确认鉴权方式。 调用 ListMembers 接口前需满足以下前提条件:获取服务接入点替换请求语法中的 <domain>;获取个人访问令牌作为鉴权凭证;前往组织管理后台基本信息页面获取 organizationId。 |
|
|
401 |
Unauthorized |
Unauthorized |
未授权。 |
|
ExpiredTokenError |
Token has expired |
令牌已过期。 |
|
|
InvalidTokenError |
Token is invalid |
令牌无效。 |
|
|
403 |
Forbidden.InvalidUser.UserNotInCurrentOrganization |
The current user is not in the organization and has no right to operate. |
当前用户未加入组织。 |
|
403 |
Forbidden.InvalidOrganizationMember |
The current user can not be used in the organization and has no right to operate. |
当前用户在组织中无效,没有操作权限。 |
|
403 |
Forbidden |
Forbidden |
无权限。 |
|
429 |
TooManyRequests |
Too many requests |
发送了过多请求。 |
|
500 |
InternalServerError |
An internal error occurs |
发生了内部错误 |