File tree Expand file tree Collapse file tree 1 file changed +4
-0
lines changed Expand file tree Collapse file tree 1 file changed +4
-0
lines changed Original file line number Diff line number Diff line change 24
24
404 : "The URI requested is invalid or the resource requested, such as a "
25
25
"user, does not exist. Also returned when the requested format is "
26
26
"not supported by the requested method." ,
27
+ 405 : "The request was made to a resource using an HTTP request method "
28
+ "that is not supported." ,
27
29
409 : "The request could not be processed because it conflicts with some "
28
30
"established rule of the system. For example, a person may not be "
29
31
"added to a room more than once." ,
32
34
"present that specifies how many seconds you need to wait before a "
33
35
"successful request can be made." ,
34
36
500 : "Something went wrong on the server." ,
37
+ 503 : "The server received an invalid response from an upstream server "
38
+ "while processing the request. Try again later." ,
35
39
503 : "Server is overloaded with requests. Try again later."
36
40
}
37
41
You can’t perform that action at this time.
0 commit comments