Skip to main content

Module error

Module error 

Source
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§

CoreError
Errors raised by cortex-core parsing and validation.

Type Aliases§

CoreResult
Crate-wide Result alias.
CortexResult
Backwards-compat alias for the pre-Lane-1.A Result alias.