Exception: Clicksign::ServerError
- Defined in:
- lib/clicksign/errors.rb
Instance Attribute Summary
Attributes inherited from Error
#request_id, #response_body, #response_headers, #status_code
Instance Method Summary collapse
Methods inherited from Error
Constructor Details
This class inherits a constructor from Clicksign::Error
Instance Method Details
#retryable? ⇒ Boolean
41 42 43 |
# File 'lib/clicksign/errors.rb', line 41 def retryable? true end |