Ash.Error.Query.UnsupportedPredicate exception (ash v3.4.68)

View Source

Used when the data_layer does not support a provided predicate

Summary

Functions

exception(args)

@spec exception(opts :: Keyword.t()) :: %Ash.Error.Query.UnsupportedPredicate{
  __exception__: true,
  bread_crumbs: term(),
  class: term(),
  path: term(),
  predicate: term(),
  resource: term(),
  splode: term(),
  stacktrace: term(),
  type: term(),
  vars: term()
}

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

Keys

  • :resource
  • :predicate
  • :type