Exception: Stripe::APIConnectionError
- Inherits:
-
StripeError
- Object
- StandardError
- StripeError
- Stripe::APIConnectionError
- Defined in:
- lib/stripe/errors.rb
Overview
APIConnectionError is raised in the event that the SDK can’t connect to Stripe’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 StripeError
#code, #error, #http_body, #http_headers, #http_status, #json_body, #message, #request_id, #response
Method Summary
Methods inherited from StripeError
#construct_error_object, #idempotent_replayed?, #initialize, #to_s
Constructor Details
This class inherits a constructor from Stripe::StripeError