pysepal.solara.errors#
Errors raised while establishing a SEPAL session.
Defined here, and only here. session_manager imports
MissingSepalHeadersError and SessionScopeClosedError in order to raise
them, but its __all__ does not advertise them – import from
pysepal.solara.errors.
Exceptions
|
Raised when the current runtime carries no SEPAL authentication headers. |
|
Base error for SEPAL session creation problems. |
|
Raised when a session is requested for a scope that was already cleaned up. |