Skip to content

Error Codes

Bradford Condon edited this page Mar 8, 2018 · 5 revisions

Our API adheres to the HTTP response codes (RFC 2616). For internal application errors, we provide a set of error codes that can be found bellow.

Database (1xx)

  • 100: Unable to create record.
  • 101: Unable to update record.

Form (2xx)

  • 200: Validation error.

Mobile API responses

Code Response Description
404 Not Found The record ID was not found.
401 Unauthorized User is not authorized to perform request.
200 Success
422 Bad Request Malformed request. Different from custom validation error because it returns a an array with a message and a code instead of just the message
201 Success (record creation)
422 Custom validation error Returns errors