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

View Source

Error class for validation failures and parameter errors.

Summary

Functions

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

Callback implementation for Exception.message/1.

Functions

exception(args)

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

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

Keys

  • :errors

message(map)

Callback implementation for Exception.message/1.