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