Skip to content

exceptions

Exceptions for handling errors with the WPPBAV Fount API.

APIError

Bases: Exception

Exception for errors interacting with APIs.

DataNotFoundError

Bases: APIError

Exception for when the request returns no data.

RateLimitExceededError

Bases: APIError

Exception for when the request exceeds the rate limit.