Ash.Error.SimpleDataLayer.NoDataProvided exception (ash v3.4.71)

View Source

Used when no data was provided to the simple data layer

Summary

Functions

exception(msg)

@spec exception(opts :: Keyword.t()) :: %Ash.Error.SimpleDataLayer.NoDataProvided{
  __exception__: true,
  bread_crumbs: term(),
  class: term(),
  message: term(),
  path: term(),
  resource: term(),
  splode: term(),
  stacktrace: term(),
  vars: term()
}

Create an Elixir.Ash.Error.SimpleDataLayer.NoDataProvided without raising it.

Keys

  • :resource
  • :message