RouteLineError

class RouteLineError

Represents an error value for route line related updates.

Parameters

errorMessage

an error message

throwable

an optional throwable value expressing the error

Types

Link copied to clipboard
class MutableRouteLineError

Represents a mutable error value for route line related updates.

Functions

Link copied to clipboard
fun toMutableValue(): RouteLineError.MutableRouteLineError

Properties

Link copied to clipboard
val errorMessage: String
Link copied to clipboard
val throwable: Throwable?