Ash.Error.Query.NoSuchFunction exception (ash v3.4.71)
View SourceUsed when an function that doesn't exist is used in a query
Summary
Functions
Create an Elixir.Ash.Error.Query.NoSuchFunction
without raising it.
Functions
@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?