Ash.Error.Action.InvalidArgument exception (ash v3.4.68)

View Source

Used when an invalid value is provided for an action argument

Summary

Functions

exception(msg)

@spec exception(opts :: Keyword.t()) :: %Ash.Error.Action.InvalidArgument{
  __exception__: true,
  bread_crumbs: term(),
  class: term(),
  field: term(),
  message: term(),
  path: term(),
  splode: term(),
  stacktrace: term(),
  value: term(),
  vars: term()
}

Create an Elixir.Ash.Error.Action.InvalidArgument without raising it.

Keys

  • :field
  • :message
  • :value