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

View Source

Used when an function that doesn't exist is used in a query

Summary

Functions

exception(args)

@spec exception(opts :: Keyword.t()) :: %Ash.Error.Query.NoSuchFunction{
  __exception__: true,
  arity: term(),
  bread_crumbs: term(),
  class: term(),
  could_be_calculation?: term(),
  function: term(),
  path: term(),
  resource: term(),
  splode: term(),
  stacktrace: term(),
  vars: term()
}

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

Keys

  • :function
  • :arity
  • :resource
  • :could_be_calculation?