Skip to content

Commit

Permalink
Add TooManyRequestsError (429) to error docs (#1565)
Browse files Browse the repository at this point in the history
  • Loading branch information
tijmenb committed Jun 4, 2024
1 parent 6d82d71 commit 6933e9b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions docs/middleware/included/raising-errors.md
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,7 @@ by the client. They raise error classes inheriting from `Faraday::ClientError`.
| [408](https://developer.mozilla.org/en-US/docs/Web/HTTP/Status/408) | `Faraday::RequestTimeoutError` |
| [409](https://developer.mozilla.org/en-US/docs/Web/HTTP/Status/409) | `Faraday::ConflictError` |
| [422](https://developer.mozilla.org/en-US/docs/Web/HTTP/Status/422) | `Faraday::UnprocessableEntityError` |
| [429](https://developer.mozilla.org/en-US/docs/Web/HTTP/Status/429) | `Faraday::TooManyRequestsError` |
| 4xx (any other) | `Faraday::ClientError` |

## 5xx Errors
Expand Down

0 comments on commit 6933e9b

Please sign in to comment.