Exception: CoinbaseCommerceClient::Errors::WebhookError
- Inherits:
-
APIError
- Object
- StandardError
- APIError
- CoinbaseCommerceClient::Errors::WebhookError
- Defined in:
- lib/coinbase_commerce_client/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.
68 69 70 71 |
# File 'lib/coinbase_commerce_client/api_errors.rb', line 68 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.
66 67 68 |
# File 'lib/coinbase_commerce_client/api_errors.rb', line 66 def sig_header @sig_header end |