Exception: Blockchain0x::WebhookSignatureError

Inherits:
Error
  • Object
show all
Defined in:
lib/blockchain0x/errors.rb

Overview

Raised by Webhooks.verify(…, raise_on_fail: true). The default ‘verify` path returns a discriminated-union Result; this exists for integrations that prefer exceptions over branching on `result.ok?`.

Instance Attribute Summary

Attributes inherited from Error

#code, #http_status, #request_id

Method Summary

Methods inherited from Error

#initialize

Constructor Details

This class inherits a constructor from Blockchain0x::Error