Jido.AI.Error.API.Auth exception (Jido AI v2.2.0)

Copy Markdown View Source

Authentication/authorization error

Summary

Functions

exception(msg)

@spec exception(opts :: Keyword.t()) :: %Jido.AI.Error.API.Auth{
  __exception__: true,
  bread_crumbs: term(),
  class: term(),
  message: term(),
  path: term(),
  splode: term(),
  stacktrace: term(),
  vars: term()
}

Create an Elixir.Jido.AI.Error.API.Auth without raising it.

Keys

  • :message