Exception: Api2Convert::Error
- Inherits:
-
StandardError
- Object
- StandardError
- Api2Convert::Error
- Defined in:
- lib/api2convert/errors.rb
Overview
The typed exception hierarchy.
Every failure raised by the SDK descends from Error. HTTP error responses (status >= 400) map to ApiError and its subclasses; transport failures, conversion failures, poll timeouts and webhook verification failures descend directly from the base.
The class names use Ruby's ...Error convention; they map 1:1 to the PHP
SDK's ...Exception classes.
Direct Known Subclasses
ApiError, ConversionFailedError, ConversionTimeoutError, NetworkError, SignatureVerificationError