Error while starting an engine session.
| 13 | |
| 14 | |
| 15 | class 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__()}" |
no outgoing calls
no test coverage detected