stripe-android
payments-ui-core
/
com.stripe.android.ui.core.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
Constructors
Properties
Constructors
Field
Error
Link copied to clipboard
fun
FieldError
(
@
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