HTTP Status Codes
Routing API v7 supports the standard HTTP status codes
Error code | Description |
---|---|
200 OK | Indicates success, but may also be returned when an invalid resource name or an invalid parameter combination has been used in the request. |
400 Bad request | Invalid parameter value in the request, for example zoom out of range. |
401 Unauthorized | Invalid authentication. |
403 Forbidden | Missing or incorrect apiKey in the request. If you are using app_id/app_code authentication, yout request is missing a valid app_id or app_code parameters. For the available authentication options, see the Identity & Access Management Developer Guide. |
404 Not found | Unsupported parameter in the request. |
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. |