-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpages.json
47 lines (47 loc) · 1.35 KB
/
pages.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
[
{
"status": "400",
"title": "Bad Request",
"message": "The request cannot be fulfilled due to client error."
},
{
"status": "401",
"title": "Unauthorized",
"message": "The request has not been applied because it lacks valid authentication credentials for the target resource."
},
{
"status": "403",
"title": "Forbidden",
"message": "The server understood the request, but is refusing to fulfill it."
},
{
"status": "404",
"title": "Not Found",
"message": "This page does not exist or has been removed."
},
{
"status": "500",
"title": "Internal Server Error",
"message": "An unexpected error occurred."
},
{
"status": "501",
"title": "Not Implemented",
"message": "The server does not support the functionality required to fulfill the request."
},
{
"status": "502",
"title": "Bad Gateway",
"message": "The server received an invalid response from an upstream server."
},
{
"status": "503",
"title": "Service Unavailable",
"message": "The server is temporarily unable to service your request due to maintenance downtime or capacity problems."
},
{
"status": "504",
"title": "Gateway Timeout",
"message": "The server did not receive a timely response from an upstream server it needed to access in order to complete the request."
}
]