Exceptions
deltalake.exceptions.DeltaError
Bases: Exception
The base class for Delta-specific errors.
deltalake.exceptions.DeltaProtocolError
Bases: DeltaError
Raised when a violation with the Delta protocol specs occurred.
deltalake.exceptions.TableNotFoundError
Bases: DeltaError
Raised when a Delta table cannot be loaded from a location.
deltalake.exceptions.CommitFailedError
Bases: DeltaError
Raised when a commit to a Delta table fails.
deltalake.exceptions.SchemaMismatchError
Bases: DeltaError
Raised when a schema mismatch is detected.