Skip to content

Exceptions

deltalake.exceptions.DeltaError

Bases: builtins.Exception

The base class for Delta-specific errors.

deltalake.exceptions.DeltaProtocolError

Bases: _internal.DeltaError

Raised when a violation with the Delta protocol specs ocurred.

deltalake.exceptions.TableNotFoundError

Bases: _internal.DeltaError

Raised when a Delta table cannot be loaded from a location.

deltalake.exceptions.CommitFailedError

Bases: _internal.DeltaError

Raised when a commit to a Delta table fails.