Ash.Error.Framework.CanNotBeAtomic exception (ash v3.4.71)

View Source

Used when a change that is only atomic cannot be done atomically

Summary

Functions

exception(args)

@spec exception(opts :: Keyword.t()) :: %Ash.Error.Framework.CanNotBeAtomic{
  __exception__: true,
  bread_crumbs: term(),
  change: term(),
  class: term(),
  path: term(),
  reason: term(),
  resource: term(),
  splode: term(),
  stacktrace: term(),
  vars: term()
}

Create an Elixir.Ash.Error.Framework.CanNotBeAtomic without raising it.

Keys

  • :resource
  • :change
  • :reason