View Source
Ash.Error.Unknown exception
(ash v2.17.0)
The top level unknown error container
Types
@type t() :: %Ash.Error.Unknown{
__exception__: true,
changeset: term(),
class: term(),
error_context: term(),
errors: term(),
path: term(),
query: term(),
stacktrace: term(),
stacktraces?: term(),
vars: term()
}