errors.json 954 B

12345678910111213141516171819202122232425262728293031
  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. "title": 404,
  16. "description": "We are sorry but the page you are looking for was not found"
  17. },
  18. "500": {
  19. "title": 500,
  20. "description": "We are sorry but our server encountered an internal error"
  21. },
  22. "503": {
  23. "title": 503,
  24. "description": "We are sorry but our service is currently not available"
  25. },
  26. "maintenance": {
  27. "illustration": "computer-fix.svg",
  28. "header": "Temporarily down for maintenance",
  29. "description": "Sorry for the inconvenience but we’re performing some maintenance at the moment. We’ll be back online shortly!"
  30. }
  31. }