本文為您介紹 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 |
發生了內部錯誤 |
