AshHooks.Errors.Invalid.NoWebhookSecret exception (AshHooks v0.2.1)

Copy Markdown View Source

The signing secret for an inbound webhook's provider is unconfigured or unavailable. The caller verifies nothing and does not run the handler.

Summary

Functions

exception(args)

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

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

Keys

  • :provider