HTTP Status Codes
Map Image API 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 | Incorrect apiKey in the request. If you are using app_id/app_code authentication, your request is missing a valid app_id or app_code parameter. For more information on authentication, see the Identity & Access Management Developer Guide. |
404 Not found | Resource not found. |
413 Payload Too Large | Returned when sending a request too big for the server to process. |
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. |