Exception: CoinbaseCommerce::Errors::WebhookError
- Defined in:
- lib/coinbase_commerce/api_errors.rb
Overview
Webhook errors
Direct Known Subclasses
Instance Attribute Summary collapse
-
#sig_header ⇒ Object
Returns the value of attribute sig_header.
Attributes inherited from APIError
#http_body, #http_headers, #http_status, #json_body, #message, #request_id, #response
Instance Method Summary collapse
-
#initialize(message, sig_header, http_body: nil) ⇒ WebhookError
constructor
A new instance of WebhookError.
Methods inherited from APIError
Constructor Details
#initialize(message, sig_header, http_body: nil) ⇒ WebhookError
Returns a new instance of WebhookError.
75 76 77 78 |
# File 'lib/coinbase_commerce/api_errors.rb', line 75 def initialize(, sig_header, http_body: nil) super(, http_body: http_body) @sig_header = sig_header end |
Instance Attribute Details
#sig_header ⇒ Object
Returns the value of attribute sig_header.
73 74 75 |
# File 'lib/coinbase_commerce/api_errors.rb', line 73 def sig_header @sig_header end |