class Failure : RoutingResolveResult
Represents a failed result
reason
- provides information on reason of a failure
Failure(route: Route, reason: String)
Represents a failed result |
val parameters: Nothing
Provides all captured values for this result. |
|
val reason: String
provides information on reason of a failure |
val route: Route
specifies a routing node for successful resolution, or nearest one for failed. |
fun toString(): String |