Exception: HookSniff::InsufficientStorageError
- Defined in:
- lib/hooksniff/errors.rb
Overview
507 Insufficient Storage
Instance Attribute Summary
Attributes inherited from ApiError
#code, #response_body, #response_headers
Instance Method Summary collapse
-
#initialize(response_headers: {}, response_body: nil) ⇒ InsufficientStorageError
constructor
A new instance of InsufficientStorageError.
Methods inherited from ApiError
Constructor Details
#initialize(response_headers: {}, response_body: nil) ⇒ InsufficientStorageError
Returns a new instance of InsufficientStorageError.
129 130 131 |
# File 'lib/hooksniff/errors.rb', line 129 def initialize(response_headers: {}, response_body: nil) super(code: 507, response_headers: response_headers, response_body: response_body) end |