errors.blade.php 514 B

12345678910111213141516
  1. # Error Codes
  2. This API uses the following error codes:
  3. Error Code | Meaning
  4. ---------- | -------
  5. 400 | Bad Request -- Your request is invalid.
  6. 401 | Unauthorized -- Your API key is wrong.
  7. 403 | Forbidden
  8. 404 | Not Found
  9. 405 | Method Not Allowed
  10. 406 | Not Acceptable -- You requested a format that isn't json.
  11. 429 | Too Many Requests
  12. 500 | Internal Server Error -- We had a problem with our server. Try again later.
  13. 503 | Service Unavailable -- We're temporarily offline for maintenance. Please try again later.