Maps and Navigation SDK
1.20.1
androidJvm
com.tomtom.sdk.personaldata:personal-data-api
/
com.tomtom.sdk.personaldata
/
UserProfileFailure
/
NetworkFailure
Network
Failure
class
NetworkFailure
(
val
message
:
String
)
:
UserProfileFailure
Failure caused by a network-related issue.
Parameters
message
Error message indicating the network failure.
Members
Constructors
Network
Failure
Link copied to clipboard
constructor
(
message
:
String
)
Inherited properties
message
Link copied to clipboard
val
message
:
String