Exception: Telnyx::APIConnectionError
- Inherits:
-
TelnyxError
- Object
- StandardError
- TelnyxError
- Telnyx::APIConnectionError
- Defined in:
- lib/telnyx/errors.rb
Overview
APIConnectionError is raised in the event that the SDK can’t connect to Telnyx’s servers. That can be for a variety of different reasons from a downed network to a bad TLS certificate.
Instance Attribute Summary
Attributes inherited from TelnyxError
#errors, #http_body, #http_headers, #http_status, #json_body, #request_id, #response
Method Summary
Methods inherited from TelnyxError
#error_count, #initialize, #message, #other_errors_message, #stringify_errors, #stringify_hash, #to_s
Constructor Details
This class inherits a constructor from Telnyx::TelnyxError