Guides
Guides

HTTP Status Codes

In response to a request, On-Street Parking API can return several types of status codes that indicate an error. They are shown in the table below.

Note that On-Street Parking API supports the standard HTTP status codes.

StatusMessageError (description)
400 Bad RequestSee below for examplesSome request parameters are incorrectly formatted or authentication credentials are missing
401 UnauthorizedIncorrect authentication credentials given in the request. For the available authentication options, see the Identity and Access Management Developer Guide.
404 Not foundResource not found.
500 Internal errorThere is a server configuration issue.
503 Service UnavailableIndicates that the service is temporarily unavailable due to system overload or maintenance.

Error Response Examples

Note: Don't rely on error message texts in application business logic. It is subject to change at any time without notice and is for informative purposes only.

Below are examples of error responses in plain text format: Invalid geo bounding box format Bounding box size exceeds the limit of 1000 m.