toggle menu
stripe-android
androidJvm
switch theme
search in API
stripe-ui-core
/
com.stripe.android.uicore.elements
/
FieldError
Field
Error
@
RestrictTo
(
value
=
[
RestrictTo.Scope.LIBRARY_GROUP
]
)
class
FieldError
(
@
StringRes
val
errorMessage
:
Int
,
val
formatArgs
:
Array
<
out
Any
>
?
=
null
)
Encapsulates an error message including the string resource and the variable arguments
Members
Constructors
Field
Error
Link copied to clipboard
constructor
(
@
StringRes
errorMessage
:
Int
,
formatArgs
:
Array
<
out
Any
>
?
=
null
)
Properties
error
Message
Link copied to clipboard
val
errorMessage
:
Int
format
Args
Link copied to clipboard
val
formatArgs
:
Array
<
out
Any
>
?
=
null