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 2424 404 : "The URI requested is invalid or the resource requested, such as a "
2525 "user, does not exist. Also returned when the requested format is "
2626 "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." ,
2729 409 : "The request could not be processed because it conflicts with some "
2830 "established rule of the system. For example, a person may not be "
2931 "added to a room more than once." ,
3234 "present that specifies how many seconds you need to wait before a "
3335 "successful request can be made." ,
3436 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." ,
3539 503 : "Server is overloaded with requests. Try again later."
3640}
3741
You can’t perform that action at this time.
0 commit comments