Skip to main content
Zodia’s API offers a number of error codes to facilitate your usage and troubleshooting. Zodia uses HTTP response codes to indicate the success or failure of an API request. In general:
  • 200 indicate success
  • 4xx range indicate a failure given the information provided(e.g. a required parameter was omitted, etc…)
  • 500 indicate an error with Zodia’s servers
In addition to these HTTP response codes, Zodia provides in the response payload:
  • an error code starting with ER- that should be shared with Zodia for troubleshooting
  • a human-readable message providing more details about the errors
The table below describes some errors you may encounter: