ReqLLM.Error.Invalid.NotImplemented exception (ReqLLM v1.0.0)

View Source

Error for unimplemented functionality.

Summary

Functions

exception(args)

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

Create an Elixir.ReqLLM.Error.Invalid.NotImplemented without raising it.

Keys

  • :feature