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