Exception: Api2Convert::Error

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