toggle menu
sdk
androidJvm
switch theme
search in API
sdk
/
com.sygic.sdk.http
/
DownloadError
/
ExternalError
External
Error
data
class
ExternalError
(
val
errorMessage
:
String
)
:
DownloadError
Members
Constructors
External
Error
Link copied to clipboard
constructor
(
errorMessage
:
String
)
Properties
description
Link copied to clipboard
val
description
:
String
error
Message
Link copied to clipboard
val
errorMessage
:
String
Functions
describe
Contents
Link copied to clipboard
abstract
fun
describeContents
(
)
:
Int
write
To
Parcel
Link copied to clipboard
abstract
fun
writeToParcel
(
p0
:
Parcel
,
p1
:
Int
)