Skip to content

Commit 6933e9b

Browse files
authored
Add TooManyRequestsError (429) to error docs (#1565)
1 parent 6d82d71 commit 6933e9b

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

docs/middleware/included/raising-errors.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,7 @@ by the client. They raise error classes inheriting from `Faraday::ClientError`.
3939
| [408](https://developer.mozilla.org/en-US/docs/Web/HTTP/Status/408) | `Faraday::RequestTimeoutError` |
4040
| [409](https://developer.mozilla.org/en-US/docs/Web/HTTP/Status/409) | `Faraday::ConflictError` |
4141
| [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` |
4243
| 4xx (any other) | `Faraday::ClientError` |
4344

4445
## 5xx Errors

0 commit comments

Comments
 (0)