MutableRouteLineError

class MutableRouteLineError

Represents a mutable error value for route line related updates.

Parameters

errorMessage

an error message

throwable

an optional throwable value expressing the error

Functions

Link copied to clipboard
fun toImmutableValue(): RouteLineError

Properties

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