RouteNotFound

class RouteNotFound

Indicates no route was found when searching the map for a route.

Parameters

errorMessage

an error message

throwable

an optional throwable value expressing the error

Functions

equals
Link copied to clipboard
open operator fun equals(other: Any?): Boolean
hashCode
Link copied to clipboard
open fun hashCode(): Int
toString
Link copied to clipboard
open fun toString(): String

Properties

errorMessage
Link copied to clipboard
val errorMessage: String
an error message
throwable
Link copied to clipboard
val throwable: Throwable?
an optional throwable value expressing the error