AshHooks.Errors.Invalid.InvalidSignature exception (AshHooks v1.0.3)

Copy Markdown View Source

An inbound webhook's signature did not verify under the provider's scheme.

Summary

Functions

exception(args)

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

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

Keys

  • :provider