Ash.Error.Query.InvalidFilterValue exception (ash v3.4.71)

View Source

Used when an invalid value is provided for a filter

Summary

Functions

exception(msg)

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

Create an Elixir.Ash.Error.Query.InvalidFilterValue without raising it.

Keys

  • :message
  • :value
  • :context