HERE Batch API v7 HTTP status codes
Batch Service API supports the standard HTTP status codes.
| Error code | Description |
|---|---|
| 200 OK | Indicates success, but may also be returned when an invalid resource name and/or an invalid parameter combination has been used in the request. |
| 201 Created | Request has been fulfilled, resulting in the creation of a new resource |
| 204 No Content | The server successfully processed the request, and is not returning any content. |
| 400 Bad request | Invalid parameter value in the request. |
| 401 Unauthorized | Invalid authentication. |
| 403 Forbidden | Invalid credentials or prohibited action. |
| 404 Not found | Resource not found. |
| 429 Too Many Requests | The user has sent too many requests in a given amount of time. |
| 500 Internal error | There is a server configuration issue. |
| 503 Service Unavailable | Indicates that the service is temporarily unavailable due to system overload or maintenance or the resource is currently disabled. |
| 504 Bad Gateway | Indicates that the service is temporarily offline |
Updated last month