Failed

data class Failed(reasons: List<RouterFailure>, routeOptions: RouteOptions) : RoutesAction

The action informs that the route request failed.

Parameters

reasons

for why the request failed

routeOptions

used to fetch the route

Constructors

Failed
Link copied to clipboard
fun Failed(reasons: List<RouterFailure>, routeOptions: RouteOptions)
for why the request failed

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): RoutesAction.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