ReqLLM.Error.API.Stream exception (ReqLLM v1.0.0)

View Source

Error for stream processing failures.

Summary

Functions

exception(args)

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

Create an Elixir.ReqLLM.Error.API.Stream without raising it.

Keys

  • :reason
  • :cause