| 代碼 | 意義 |
|---|---|
| 400 | Bad Request -- 請求錯誤:請求格式無效。 |
| 401 | Unauthorized -- 未授權:API Key 無效。 |
| 403 | Forbidden or Too Many Requests -- 禁止存取或請求過於頻繁:請求被拒絕或已觸發 速率限制。 |
| 404 | Not Found -- 找不到資源:指定的資源不存在。 |
| 405 | Method Not Allowed -- 方法不允許:使用了不支援的 HTTP 方法存取該資源。 |
| 415 | Unsupported Media Type. You need to use: -- 不支援的媒體類型:請使用 application/json. |
| 500 | Internal Server Error -- 伺服器內部錯誤:伺服器發生問題,請稍後再試。 |
| 503 | Service Unavailable -- 服務暫時不可用:系統暫時離線維護,請稍後再試。 |