Error classes
| Exception | HTTP status |
|---|---|
VelaValidationError | 400 |
VelaAuthError | 401 |
VelaForbiddenError | 403 |
VelaNotFoundError | 404 |
VelaRateLimitError | 429 |
VelaError (base) | any other 4xx / 5xx |
Usage
Error properties
Network errors
Network errors (timeout, connection refused) propagate ashttpx.TimeoutException or httpx.ConnectError — not wrapped in VelaError: