Smart 1 Android SDK
Toggle table of contents
androidJvm
Platform filter
androidJvm
Switch theme
Search in API
Smart 1 Android SDK
core
/
com.servinformacion.smart1sdk.android.core.error
/
CommonError
/
InvalidInputData
Invalid
Input
Data
data
class
InvalidInputData
(
val
cause
:
String
)
:
CommonError
InvalidInputData
when the input data is not valid.
Parameters
cause
String
the cause of the error.
Members
Constructors
Invalid
Input
Data
Link copied to clipboard
constructor
(
cause
:
String
)
Properties
cause
Link copied to clipboard
val
cause
:
String