Expand description
Pure-typing errors for cortex-core.
These errors describe shape and typing failures: an ID string that
cannot be parsed, a serialized record whose schema_version does not match
what this build understands, a JSON value that fails structural validation.
cortex-core performs no I/O (per BUILD_SPEC §8). Surface I/O failures
at the crate boundary that owns them (cortex-ledger, cortex-store, …)
by composing them with CoreError via the usual From wiring; do not
add I/O variants here.
Re-exports§
pub use CoreError as CortexError;
Enums§
- Core
Error - Errors raised by
cortex-coreparsing and validation.
Type Aliases§
- Core
Result - Crate-wide
Resultalias. - Cortex
Result - Backwards-compat alias for the pre-Lane-1.A
Resultalias.