We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents fc6d235 + 7667e07 commit 6d5f1ecCopy full SHA for 6d5f1ec
1 file changed
src/Wave/Http/Response.php
@@ -27,6 +27,7 @@ class Response {
27
const STATUS_FORBIDDEN = 403;
28
const STATUS_NOT_FOUND = 404;
29
const STATUS_NOT_ACCEPTABLE = 406;
30
+ const STATUS_TOO_MANY_REQUESTS = 429;
31
const STATUS_SERVER_ERROR = 500;
32
const STATUS_NOT_IMPLEMENTED = 501;
33
0 commit comments