Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Changelog

## 3.2.0

- Add `PaymentRequiredError` for HTTP 402 responses.

## 3.1.0

**Housekeeping:**
Expand Down
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -342,6 +342,7 @@ All HTTP/API exceptions inherit from `APIError`. `ConfigurationError` (setup pro
| `InvalidParametersError` | `422` response with validation details. |
| `InvalidRequestTokenError` | `422` — the `request_token` is missing or invalid. |
| `RateLimitError` | `429` — back off and retry. |
| `PaymentRequiredError` | `402` response. |
| `InternalServerError` | `5xx` response from Castle. |
| `WebhookVerificationError` | A webhook signature did not match. |

Expand Down
Loading
Loading