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

Copy Markdown View Source

The webhook payload does not have the shape the provider expects.

Summary

Functions

exception(args)

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

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

Keys

  • :provider
  • :detail