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.
RcfError
anomstream-core
RcfResult
Result
Result<T, RcfError>