File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1- {
1+ {
2+ // REDIRECT CODES
3+ // =======================================================
4+
5+ "301" : {
6+ "title" : " Moved Permanently" ,
7+ "message" : " We found it elsewhere."
8+ },
9+ "302" : {
10+ "title" : " Found" ,
11+ "message" : " We found it elsewhere."
12+ },
13+
14+ "303" : {
15+ "title" : " See Other" ,
16+ "message" : " We found it elsewhere."
17+ },
18+
19+ "307" : {
20+ "title" : " Temporary Redirect" ,
21+ "message" : " We found it elsewhere."
22+ },
23+
24+ "308" : {
25+ "title" : " Permanent Redirect" ,
26+ "message" : " We found it elsewhere."
27+ },
28+
229 // STANDARD ERROR CODES
330 // =======================================================
431
2148 "title" : " Resource not found" ,
2249 "message" : " The requested resource could not be found but may be available again in the future."
2350 },
24-
51+
52+ "405" : {
53+ "title" : " Method Not Allowed" ,
54+ "message" : " A request method is not supported for the requested resource."
55+ },
56+
2557 // internal server error
2658 "500" : {
2759 "title" : " Webservice currently unavailable" ,
72104 "title" : " Scheduled Maintenance" ,
73105 "message" : " This site is currently down for maintenance.\n Our service team is working hard to bring it back online soon."
74106 }
75- }
107+ }
You can’t perform that action at this time.
0 commit comments