View Source Ash.Error.Unknown exception (ash v2.21.4)

The top level unknown error container

Summary

Types

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

Functions