toggle menu
InAppSDK-Android
androidJvm
switch theme
search in API
messaging-inapp-network
/
com.salesforce.android.smi.network.data.domain.conversationEntry.entryPayload.message.component.form.result
/
FormError
Form
Error
data
class
FormError
(
val
errorType
:
FormError.ErrorType
,
val
errorMessage
:
String
,
val
errorCode
:
String
?
=
null
)
Members
Constructors
Form
Error
Link copied to clipboard
constructor
(
errorType
:
FormError.ErrorType
,
errorMessage
:
String
,
errorCode
:
String
?
=
null
)
Types
Error
Type
Link copied to clipboard
enum
ErrorType
:
Enum
<
FormError.ErrorType
>
Properties
error
Code
Link copied to clipboard
val
errorCode
:
String
?
=
null
error
Message
Link copied to clipboard
val
errorMessage
:
String
error
Type
Link copied to clipboard
val
errorType
:
FormError.ErrorType