エラーコードとステータス
エラーの場合、サーバーはHTTP コードとテキストのエラーメッセージを返します。
例
HTTP/1.0 403 Forbidden
Content-Type: application/json
{“message”:”No token”}
全ての API メソッドは以下のエラーコードを返します:
HTTP コード | エラーメッセージ |
500 Server error | Internal server error |
400 Bad Request | Invalid request format |
403 No token | No API key is present in the request |
403 Incorrect token | An invalid API key is present in the request |
403 No access | Action is not available |
403 Access denied | Access to the resource is denied |
404 Not found | The resource does not exist for the requested path |
429 Too Many Requests | The limit on the number of requests has been exceeded |