View Source Ash.Error.Unknown exception (ash v3.2.6)

The top level unknown error container

Summary

Types

@type t() :: %Ash.Error.Unknown{
  __exception__: true,
  action_input: term(),
  bread_crumbs: term(),
  changeset: term(),
  class: term(),
  errors: term(),
  path: term(),
  query: term(),
  splode: term(),
  stacktrace: term(),
  vars: term()
}

Functions