RerouteState
Reroute state
Types
Link copied to clipboard
data class Failed @JvmOverloads constructor( val message: String, val throwable: Throwable? = null, val reasons: List<RouterFailure>? = null) : RerouteState
Content copied to clipboard
Re-route request has failed.
Link copied to clipboard
Route fetching is in progress.
Link copied to clipboard
RerouteController is idle.
Link copied to clipboard
Reroute has been interrupted.
Link copied to clipboard
Route has been fetched.