Exceptions
Custom Dagger exceptions.
Client execution
- exception dagger.QueryError(errors: list[QueryErrorValue], *_)
Bases:
ClientError
The server returned an error for a specific query.
- exception dagger.ExecError(errors: list[QueryErrorValue], *_)
Bases:
QueryError
API error from an exec operation.
Client connection
- exception dagger.ClientError
Bases:
DaggerError
Base class for client errors.
- exception dagger.ClientConnectionError
Bases:
ClientError
Error while establishing a client connection to the server.
- exception dagger.TransportError
Bases:
ClientError
Error processing request/response during query execution.
- exception dagger.ExecuteTimeoutError
Bases:
TransportError
Timeout while executing a query.
- exception dagger.InvalidQueryError
Bases:
ClientError
Misuse of the query builder.
Engine provisioning
- exception dagger.ProvisionError
Bases:
DaggerError
Error while provisioning the Dagger engine.
- exception dagger.DownloadError
Bases:
ProvisionError
Error while downloading the Dagger CLI.
- exception dagger.SessionError
Bases:
ProvisionError
Error while starting an engine session.