Raised when an LLM or embedding adapter encounters an error.
Summary
Functions
Create an Elixir.Mnemosyne.Errors.Framework.AdapterError without raising it.
Types
Functions
@spec exception(opts :: Keyword.t()) :: %Mnemosyne.Errors.Framework.AdapterError{ __exception__: true, adapter: term(), bread_crumbs: term(), class: term(), operation: term(), path: term(), reason: term(), splode: term(), stacktrace: term(), vars: term() }
Create an Elixir.Mnemosyne.Errors.Framework.AdapterError without raising it.
Keys
- :adapter
- :operation
- :reason