Error Objects

Data classes related to error handling.

exception linode_metadata.objects.error.ApiError(message: str, status: int = 400, json: dict | None = None)

An API Error is any error returned from the API. These typically have a status code in the 400s or 500s. Most often, this will be caused by invalid input to the API.

exception linode_metadata.objects.error.ApiTimeoutError(message: str)

A Linode Metadata API call timeout error