Exceptions¶
memio.exceptions.MemioError ¶
Bases: Exception
Base exception for all memio errors.
memio.exceptions.ProviderError ¶
Bases: MemioError
Wraps provider SDK exceptions with context.
Attributes:
| Name | Type | Description |
|---|---|---|
provider |
Name of the provider (e.g. "mem0", "zep", "chroma"). |
|
operation |
Name of the operation that failed (e.g. "add", "search"). |
|
cause |
The original exception from the provider SDK. |