Skip to content

Exceptions

hmwrapper.exceptions

HMWrapper API exceptions.

APIError

Bases: HallmasterError

API request failed.

AuthError

Bases: HallmasterError

Authentication failed.

HallmasterError

Bases: Exception

Base exception for Hallmaster API errors.

RateLimitError

Bases: APIError

Rate limited by the Hallmaster server.

TokenError

Bases: HallmasterError

Failed to extract anti-forgery token.