View Source Ash.Error.Unknown.UnknownError exception (ash v3.4.47)

Used when an unknown error occurs

Summary

Types

t()

@type t() :: %Ash.Error.Unknown.UnknownError{
  __exception__: true,
  bread_crumbs: term(),
  class: term(),
  error: binary() | nil,
  field: term() | nil,
  path: term(),
  splode: term(),
  stacktrace: term(),
  value: term() | nil,
  vars: term()
}

Functions

exception()