0
im實習生。我有個問題 。openstack identity api獲取響應錯誤代碼
我正在使用Openstack雲,Javascript和nodejs網絡應用程序的bug /修復。現在即時修復toastr.error消息,然後翻譯消息的語言。
我如何得到openstack-identity-api響應錯誤代碼?我有一些關於錯誤代碼的原因的文檔。
代碼原因
204 - 沒有內容的服務器已完成要求。
Error¶
代碼原因400 - 錯誤的請求在請求中的某些內容無效
401 - 未經授權的用戶必須發出請求之前進行認證。
403 - 禁止策略不允許當前用戶執行此操作 操作。
404 - 未找到請求的資源找不到。
409 - 衝突此操作與 此資源上的其他操作衝突。
https://developer.openstack.org/api-ref/identity/v3/?expanded=change-password-for-user-detail
例子:
if(resp.error === 401){
toastr.error("Authentication failure. Please contact the system administrator.");}