speasy.core.hapi.exceptions module

exception speasy.core.hapi.exceptions.HapiError[source]

Bases: Exception

exception speasy.core.hapi.exceptions.HapiNoData[source]

Bases: HapiError

1201 — Valid request, but no available data on time range

exception speasy.core.hapi.exceptions.HapiRequestError(code: int, message: str)[source]

Bases: HapiError

4xx — Client Error (unkown dataset, bad date format, …)

exception speasy.core.hapi.exceptions.HapiServerError(code: int, message: str)[source]

Bases: HapiError

5xx — Server Error