Maps and Navigation SDK
androidJvm
com.tomtom.sdk.search:common
/
com.tomtom.sdk.search.common.error
/
SearchFailure
/
BadInputFailure
Bad
Input
Failure
class
BadInputFailure
(
val
message
:
String
)
:
SearchFailure
Failure due to invalid or incorrect input parameters.
Parameters
message
Error message explaining the invalid input.
Members
Constructors
Bad
Input
Failure
Link copied to clipboard
constructor
(
message
:
String
)
Inherited properties
message
Link copied to clipboard
val
message
:
String