errors.json 991 B

1234567891011121314151617181920212223242526272829303132
  1. {
  2. "400": {
  3. "title": 400,
  4. "description": "We are sorry but your request contains bad syntax and cannot be fulfilled"
  5. },
  6. "401": {
  7. "title": 401,
  8. "description": "We are sorry but you are not authorized to access this page"
  9. },
  10. "403": {
  11. "title": 403,
  12. "description": "We are sorry but you do not have permission to access this page"
  13. },
  14. "404": {
  15. "illustration": "not-found.svg",
  16. "title": 404,
  17. "description": "We are sorry but the page you are looking for was not found"
  18. },
  19. "500": {
  20. "title": 500,
  21. "description": "We are sorry but our server encountered an internal error"
  22. },
  23. "503": {
  24. "title": 503,
  25. "description": "We are sorry but our service is currently not available"
  26. },
  27. "maintenance": {
  28. "illustration": "computer-fix.svg",
  29. "header": "Temporarily down for maintenance",
  30. "description": "Sorry for the inconvenience but we’re performing some maintenance at the moment. We’ll be back online shortly!"
  31. }
  32. }