Skip to content

Commit 60a5dcc

Browse files
committed
Update Response Codes
1 parent 3f8a9e0 commit 60a5dcc

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

ciscosparkapi/responsecodes.py

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,8 @@
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.",
@@ -32,6 +34,8 @@
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

0 commit comments

Comments
 (0)