Skip to main content

Module error

Module error 

Source
Expand description

Error types used across the crate.

RcfError is the canonical error returned by every fallible operation in anomstream-core. Each variant carries enough context for the caller to act without re-fetching state. RcfResult is the convenient Result alias used in public signatures.

Enums§

RcfError
Errors produced by anomstream-core.

Type Aliases§

RcfResult
Convenience alias for Result<T, RcfError>.