Failed

data class Failed : RoutesState

Represents the state when route request is failed.

Parameters

reasons

for why the request failed

routeOptions

used to fetch the route

Functions

component1
Link copied to clipboard
operator fun component1(): List<RouterFailure>
component2
Link copied to clipboard
operator fun component2(): RouteOptions
copy
Link copied to clipboard
fun copy(reasons: List<RouterFailure>, routeOptions: RouteOptions): RoutesState.Failed
equals
Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
hashCode
Link copied to clipboard
open override fun hashCode(): Int
toString
Link copied to clipboard
open override fun toString(): String

Properties

reasons
Link copied to clipboard
val reasons: List<RouterFailure>
for why the request failed
routeOptions
Link copied to clipboard
val routeOptions: RouteOptions
used to fetch the route