toggle menu
NavigationApp
androidJvm
switch theme
search in API
navigation-ux-state
/
com.mapbox.dash.state
/
RoutingError
Routing
Error
class
RoutingError
(
val
throwable
:
Throwable
?
,
val
message
:
String
?
=
null
)
:
AppError
Members
Constructors
Routing
Error
Link copied to clipboard
constructor
(
throwable
:
Throwable
?
,
message
:
String
?
=
null
)
Properties
message
Link copied to clipboard
val
message
:
String
?
throwable
Link copied to clipboard
val
throwable
:
Throwable
?
Functions
to
String
Link copied to clipboard
open
override
fun
toString
(
)
:
String