stripe-android
financial-connections
/
com.stripe.android.financialconnections.launcher
/
FinancialConnectionsSheetLinkResult
/
Failed
Failed
@
RestrictTo
(
value
=
[
RestrictTo.Scope.LIBRARY_GROUP
]
)
data
class
Failed
(
val
error
:
Throwable
)
:
FinancialConnectionsSheetLinkResult
The connections session attempt failed.
Constructors
Functions
Properties
Parameters
Parameters
error
The error encountered by the customer.
Constructors
Failed
Link copied to clipboard
fun
Failed
(
error
:
Throwable
)
Functions
describe
Contents
Link copied to clipboard
abstract
fun
describeContents
(
)
:
Int
write
To
Parcel
Link copied to clipboard
abstract
fun
writeToParcel
(
p0
:
Parcel
,
p1
:
Int
)
Properties
error
Link copied to clipboard
val
error
:
Throwable