本文為您介紹 API 相關錯誤碼,您可以根據本文錯誤碼對照表查找對應的報錯信息。
適用版本 | 企業標準版、企業專屬版 |
HTTP status code | 錯誤碼 | 錯誤信息 | 錯誤說明 |
400 | BadRequest | Bad Request | 錯誤請求。 |
UnsupportedInCurrentEnv | API unsupported in current deployed version | 當前實例版本暫未支持該API,請查閱API文檔確認適用版本。 | |
UnsupportedCurrentTokenType | API unsupported current token type | API暫不支持使用當前令牌類型,請查閱API文檔確認鑒權方式。 | |
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 | 發生了內部錯誤 |