We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
TooManyRequestsError
1 parent 6d82d71 commit 6933e9bCopy full SHA for 6933e9b
docs/middleware/included/raising-errors.md
@@ -39,6 +39,7 @@ by the client. They raise error classes inheriting from `Faraday::ClientError`.
39
| [408](https://developer.mozilla.org/en-US/docs/Web/HTTP/Status/408) | `Faraday::RequestTimeoutError` |
40
| [409](https://developer.mozilla.org/en-US/docs/Web/HTTP/Status/409) | `Faraday::ConflictError` |
41
| [422](https://developer.mozilla.org/en-US/docs/Web/HTTP/Status/422) | `Faraday::UnprocessableEntityError` |
42
+| [429](https://developer.mozilla.org/en-US/docs/Web/HTTP/Status/429) | `Faraday::TooManyRequestsError` |
43
| 4xx (any other) | `Faraday::ClientError` |
44
45
## 5xx Errors
0 commit comments