Skip to main content

Module error

Module error 

Source
Expand description

Typed errors for the rustbrain library boundary.

CLI code may wrap these in anyhow; library consumers should match on BrainError directly so callers can distinguish “brain missing” from I/O or schema mismatches.

Enums§

BrainError
Error type returned by all public rustbrain-core APIs.

Type Aliases§

Result
Convenient result alias for library APIs: Result<T, BrainError>.