HTTP錯誤碼
代碼 | 意義 |
---|---|
400 | Bad Request -- 無效的請求格式 |
401 | Unauthorized -- 無效的API-KEY |
403 | Forbidden 或 Too Many Requests -- 請求被禁止 或 超過請求頻率限制 |
404 | Not Found -- 找不到指定資源 |
405 | Method Not Allowed -- 您請求資源的方法不正確 |
415 | Content-Type: application/json -- 傳參及基本返回必須爲application/json類型 |
500 | Internal Server Error -- 服務器出錯,請稍後再試 |
503 | Service Unavailable -- 服務器維護中,請稍後再試 |