toggle menu
NavigationApp
androidJvm
switch theme
search in API
navigation-ux-state
/
com.mapbox.dash.state
/
RoutingError
Routing
Error
@
RestrictTo
(
value
=
[
RestrictTo.Scope.LIBRARY_GROUP_PREFIX
]
)
class
RoutingError
(
val
throwable
:
Throwable
?
,
val
message
:
String
?
=
null
,
val
displayToast
:
Boolean
=
true
)
:
AppError
Members
Constructors
Routing
Error
Link copied to clipboard
constructor
(
throwable
:
Throwable
?
,
message
:
String
?
=
null
,
displayToast
:
Boolean
=
true
)
Properties
display
Toast
Link copied to clipboard
val
displayToast
:
Boolean
=
true
message
Link copied to clipboard
val
message
:
String
?
throwable
Link copied to clipboard
val
throwable
:
Throwable
?
Functions
equals
Link copied to clipboard
open
operator override
fun
equals
(
other
:
Any
?
)
:
Boolean
hash
Code
Link copied to clipboard
open
override
fun
hashCode
(
)
:
Int
to
String
Link copied to clipboard
open
override
fun
toString
(
)
:
String