icechunk 2.0.4

Transactional storage engine for Zarr designed for use on cloud object storage
Documentation
1
2
3
4
5
6
7
8
9
10
11
//! Generic error wrapper with span tracing.
//!
//! [`ICError<E>`] wraps an error kind `E` with a [`SpanTrace`] for debugging.
//! Used as the base for [`SessionError`], [`RepositoryError`], [`StorageError`], etc.
//!
//! [`SpanTrace`]: tracing_error::SpanTrace
//! [`SessionError`]: crate::session::SessionError
//! [`RepositoryError`]: crate::repository::RepositoryError
//! [`StorageError`]: crate::storage::StorageError

pub use icechunk_types::error::ICError;