Errors

Responses from the API use HTTP response codes are used to indicate general classes of success and error. Error responses contain more detail about the error in the response body, in the "code" and "message" properties.

  • 3xx errors indicates the endpoint/entity you are trying to access is moved to a different location

  • 4xx errors indicate there is a problem with the request. Check the code and message fields in the response returned for more details

  • 5xx errors indicate there is a problem with the server. Check the code and message fields in the response returned for more details. The HeyGov team would be notified when these errors happen

Last updated