Expand description
Error types and SNAFU context selectors for the table layer.
This module centralizes the TableError enum used by the public API and
exposes context selectors (via #[snafu(visibility(pub(crate)))]) so
implementation details in sibling modules can attach error context without
re-exporting everything at the crate root. Keep new variants here to ensure
consistent user-facing messages and to avoid scattering selectors.
Enumsยง
- Table
Error - Errors from high-level time-series table operations.