Monzo.Error.WebhookVerificationError exception (monzo_client v1.0.0)

Copy Markdown View Source

Raised by webhook parsing/verification helpers when a payload cannot be trusted (malformed JSON, unexpected shape, or an unexpected account id).

Summary

Types

t()

@type t() :: %Monzo.Error.WebhookVerificationError{
  __exception__: true,
  message: String.t()
}