Exception: Blockchain0x::WebhookSignatureError
- 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
Constructor Details
This class inherits a constructor from Blockchain0x::Error