ControllerWebError¶
- exception rubin.nublado.spawner.ControllerWebError(message, *, method=None, url=None, status=None, reason=None, body=None)¶
Bases:
Exception
Failure to talk to the lab controller API.
- Parameters:
- classmethod from_exception(exc)¶
Create an exception from an httpx exception.
- Parameters:
exc (
HTTPError
) – Exception from httpx.- Returns:
Newly-constructed exception.
- Return type: