The Starter Kit returns machine readable error codes, human readable error messages and a link to the docs for more information.

Here is how an error response looks like:

{
	"message": "Not authenticated"
}

Error Codes

Here is a list of all error codes that the Starter Kit returns:

unauthorized

  • Status: 401
  • Problem: The request has not been applied because it lacks valid authentication.
  • Solution: Make sure you are using the correct API key or access token.

not_found

  • Status: 404
  • Problem: The resource you are trying to access does not exist.
  • Solution: Check the request and make sure the resource exists.

rate_limit_exceeded

  • Status: 429
  • Problem: The request has been rate limited.
  • Solution: Wait for a while and try again.

internal_server_error

  • Status: 500
  • Problem: The server encountered an unexpected condition that prevented it from fulfilling the request.
  • Solution: Try again later. If the problem persists, contact support.