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. |