Skip to content

rockfish.remote

ApiError

ApiError is raised when an unexpected HTTP status is received from the Rockfish API.

Attributes:

Name Type Description
url URL

URL of the Rockfish API in use.

status int

HTTP status code received.

str

HTTP reason string received.

message Optional[str]

Error message if any.