MCPcopy Create free account
hub / github.com/dagger/dagger / SessionError

Class SessionError

sdk/python/src/dagger/provisioning/_exceptions.py:15–19  ·  view source on GitHub ↗

Error while starting an engine session.

Source from the content-addressed store, hash-verified

13
14
15class SessionError(ProvisionError):
16 """Error while starting an engine session."""
17
18 def __str__(self) -> str:
19 return f"Failed to start Dagger engine session: {super().__str__()}"

Callers 4

_waitMethod · 0.85
start_cli_session_syncFunction · 0.85
get_connect_paramsFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected