Skip to content

API Reference

HakushinError

Bases: Exception

Represent the base class for exceptions in the Hakushin API.

Attributes:

Name Type Description
status

HTTP status code of the error.

message

Error message.

url

URL that caused the error.

NotFoundError

Bases: HakushinError

Raise when the requested resource is not found.