Module error

Source

Structs§

ArrowSnafu
SNAFU context selector for the Error::Arrow variant
CleanupSnafu
SNAFU context selector for the Error::Cleanup variant
CloneableError
Wrap an error in a new error type that implements Clone
CloneableResult
ClonedSnafu
SNAFU context selector for the Error::Cloned variant
CommitConflictSnafu
SNAFU context selector for the Error::CommitConflict variant
CorruptFileSnafu
SNAFU context selector for the Error::CorruptFile variant
DatasetAlreadyExistsSnafu
SNAFU context selector for the Error::DatasetAlreadyExists variant
DatasetNotFoundSnafu
SNAFU context selector for the Error::DatasetNotFound variant
ExecutionSnafu
SNAFU context selector for the Error::Execution variant
IOSnafu
SNAFU context selector for the Error::IO variant
IndexNotFoundSnafu
SNAFU context selector for the Error::IndexNotFound variant
IndexSnafu
SNAFU context selector for the Error::Index variant
InternalSnafu
SNAFU context selector for the Error::Internal variant
InvalidInputSnafu
SNAFU context selector for the Error::InvalidInput variant
InvalidRefSnafu
SNAFU context selector for the Error::InvalidRef variant
InvalidTableLocationSnafu
SNAFU context selector for the Error::InvalidTableLocation variant
NotFoundSnafu
SNAFU context selector for the Error::NotFound variant
NotSupportedSnafu
SNAFU context selector for the Error::NotSupported variant
PrerequisiteFailedSnafu
SNAFU context selector for the Error::PrerequisiteFailed variant
RefConflictSnafu
SNAFU context selector for the Error::RefConflict variant
RefNotFoundSnafu
SNAFU context selector for the Error::RefNotFound variant
SchemaMismatchSnafu
SNAFU context selector for the Error::SchemaMismatch variant
SchemaSnafu
SNAFU context selector for the Error::Schema variant
StopSnafu
SNAFU context selector for the Error::Stop variant
VersionConflictSnafu
SNAFU context selector for the Error::VersionConflict variant
VersionNotFoundSnafu
SNAFU context selector for the Error::VersionNotFound variant
WrappedSnafu
SNAFU context selector for the Error::Wrapped variant

Enums§

Error

Functions§

box_error
Allocates error on the heap and then places e into it.
get_caller_location

Type Aliases§

ArrowResult
Result