RoutexError
Base class for all typed errors returned by the YAXI Open Banking services.
Any RoutexError leaves the service call in a failed state: the flow cannot be continued via respond* / confirm*, so recover by issuing a fresh Ticket and starting again. See Handling errors for per-variant guidance.
Decode raw error responses via RoutexErrorDispatcher.dispatch; it returns one of the concrete subclasses or HttpResponse / NotFound as a fallback.
If YAXI ships a new error variant before this SDK is updated, RoutexErrorDispatcher.dispatch surfaces it as HttpResponse rather than a typed subclass. Always handle that fallback (use else in your when blocks).