Exception: Clicksign::TimeoutError

Inherits:
Error
  • Object
show all
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

#initialize

Constructor Details

This class inherits a constructor from Clicksign::Error

Instance Method Details

#retryable?Boolean

Returns:

  • (Boolean)


47
48
49
# File 'lib/clicksign/errors.rb', line 47

def retryable?
  true
end