RoutingError

open class RoutingError(val message: String? = null)

Represents an error raised when something went wrong in routing.

Important: This is a Public Preview API. It may be changed or removed at any time.

Parameters

message

Optional error message.

Constructors

Link copied to clipboard
fun RoutingError(message: String? = null)

Properties

Link copied to clipboard
val message: String? = null