Thrown on a non-2xx response from the Throttle Checkout API.
Extends the shared ThrottleError so a single
catch (e) { if (e instanceof ThrottleError) … } covers errors from every
Throttle SDK. instanceof ThrottleCheckoutError keeps working for existing
code.
Thrown on a non-2xx response from the Throttle Checkout API.
Extends the shared ThrottleError so a single
catch (e) { if (e instanceof ThrottleError) … }covers errors from every Throttle SDK.instanceof ThrottleCheckoutErrorkeeps working for existing code.