Skip to content

Exceptions

exceptions

Exceptions used by aiorocket2

Classes

xRocketAPIError

Bases: Exception

High-level API error that always carries the raw API payload and (if available) HTTP status.

Attributes:

Name Type Description
message

Human-readable error message.

payload

Raw JSON payload returned by the API.

status

HTTP status code (if known).