Mercadopago.Webhook.Validator.InvalidSignatureError exception (mercadopago_sdk_elixir v0.1.0)

Copy Markdown View Source

Returned (or raised by validate!/5) when a webhook signature cannot be verified.

Summary

Types

t()

@type t() :: %Mercadopago.Webhook.Validator.InvalidSignatureError{
  __exception__: term(),
  message: String.t(),
  reason: atom(),
  request_id: String.t() | nil,
  timestamp: String.t() | nil
}