Exceptions API Reference
healthsites.exceptions
Custom exceptions for the Healthsites API client.
Classes
AuthenticationError
Bases: HealthsitesError
Raised when API authentication fails.
Source code in healthsites/exceptions.py
15 16 17 18 19 | |
HealthsitesError
Bases: Exception
Base exception for all Healthsites API errors.
Source code in healthsites/exceptions.py
6 7 8 9 10 11 12 | |
NotFoundError
Bases: HealthsitesError
Raised when a requested resource is not found.
Source code in healthsites/exceptions.py
22 23 24 25 26 | |
RateLimitError
Bases: HealthsitesError
Raised when API rate limit is exceeded.
Source code in healthsites/exceptions.py
29 30 31 32 33 | |
ValidationError
Bases: HealthsitesError
Raised when request validation fails.
Source code in healthsites/exceptions.py
36 37 38 39 40 | |