ReqLLM.Error.Unknown.Unknown exception (ReqLLM v1.0.0)

View Source

Error for unexpected or unhandled errors.

Summary

Functions

exception(args)

@spec exception(opts :: Keyword.t()) :: %ReqLLM.Error.Unknown.Unknown{
  __exception__: true,
  bread_crumbs: term(),
  class: term(),
  error: term(),
  path: term(),
  splode: term(),
  stacktrace: term(),
  vars: term()
}

Create an Elixir.ReqLLM.Error.Unknown.Unknown without raising it.

Keys

  • :error