AshAuthentication.Errors.AuthenticationFailed exception (ash_authentication v4.7.6)

View Source

A generic, authentication failed error.

Summary

Types

t()

@type t() :: Exception.t()

Functions

exception(args)

@spec exception(opts :: Keyword.t()) ::
  %AshAuthentication.Errors.AuthenticationFailed{
    __exception__: true,
    bread_crumbs: term(),
    caused_by: term(),
    changeset: term(),
    class: term(),
    field: term(),
    path: term(),
    query: term(),
    splode: term(),
    stacktrace: term(),
    strategy: term(),
    vars: term()
  }

Create an Elixir.AshAuthentication.Errors.AuthenticationFailed without raising it.

Keys

  • :caused_by
  • :changeset
  • :field
  • :query
  • :strategy