Maps and Navigation SDK
2.1.2
androidJvm
com.tomtom.sdk.traffic:traffic-common
/
com.tomtom.sdk.traffic
/
TrafficError
/
DeserializationError
Deserialization
Error
@
RestrictToExtendedFlavor
(
value
=
[
ExternalScope.LIBRARY_GROUP
]
)
class
DeserializationError
(
val
message
:
String
)
:
TrafficError
Deserialization of proto response failed.
Members
Constructors
Deserialization
Error
Link copied to clipboard
constructor
(
message
:
String
)
Inherited properties
message
Link copied to clipboard
val
message
:
String
Inherited functions
to
String
Link copied to clipboard
open
override
fun
toString
(
)
:
String