AshHooks.Errors.Invalid.UnknownEventType exception (AshHooks v0.2.2)

Copy Markdown View Source

The payload's event type is not one the provider knows.

Summary

Functions

exception(args)

@spec exception(opts :: Keyword.t()) :: %AshHooks.Errors.Invalid.UnknownEventType{
  __exception__: term(),
  bread_crumbs: term(),
  class: term(),
  event_type: term(),
  path: term(),
  provider: term(),
  splode: term(),
  stacktrace: term(),
  vars: term()
}

Create an Elixir.AshHooks.Errors.Invalid.UnknownEventType without raising it.

Keys

  • :provider
  • :event_type