InterruptError

The service call requires user interaction to complete.

Only requests passing a ConnectionData instead of Credentials raise this error, be it through the RoutexRefreshClient endpoints or through RoutexClient; with Credentials a Response.Dialog, Response.Redirect, or Response.RedirectHandle gets returned instead. Recover by running the user through a request with Credentials and persisting the ConnectionData it returns.

Properties

Link copied to clipboard
open val cause: Throwable?
Link copied to clipboard
open override val message: String?