Skip to content

Exceptions

ValhallaError

Bases: RuntimeError

Exception raised when a Valhalla operation fails.

ATTRIBUTE DESCRIPTION
code

Valhalla-internal error code.

TYPE: int

message

Human-readable error message.

TYPE: str

http_code

Corresponding HTTP status code.

TYPE: int

http_message

Corresponding HTTP status message.

TYPE: str