Expand description
Memory subsystem error type.
All trait methods return Result<T, MemoryError>. NotImplemented is the
honest signal v1 uses for methods the BasicMemoryProvider doesn’t back
yet (summarization, rollups, re-embed). Callers behind feature flags treat
it as a graceful no-feature signal.
Enums§
- Memory
Error - Errors produced by the memory subsystem.
Type Aliases§
- Result
- Result alias used throughout the crate.