toggle menu
stripe-android
androidJvm
switch theme
search in API
3ds2sdk
/
com.stripe.android.stripe3ds2.transactions
/
ErrorData
Error
Data
data
class
ErrorData
:
Parcelable
Members
Types
Error
Component
Link copied to clipboard
enum
ErrorComponent
:
Enum
<
ErrorData.ErrorComponent
>
Properties
acs
Trans
Id
Link copied to clipboard
val
acsTransId
:
String
?
=
null
ds
Trans
Id
Link copied to clipboard
val
dsTransId
:
String
?
=
null
error
Code
Link copied to clipboard
val
errorCode
:
String
error
Component
Link copied to clipboard
val
errorComponent
:
ErrorData.ErrorComponent
?
=
null
error
Description
Link copied to clipboard
val
errorDescription
:
String
error
Detail
Link copied to clipboard
val
errorDetail
:
String
error
Message
Type
Link copied to clipboard
val
errorMessageType
:
String
?
=
null
message
Version
Link copied to clipboard
val
messageVersion
:
String
sdk
Trans
Id
Link copied to clipboard
val
sdkTransId
:
SdkTransactionId
?
server
Trans
Id
Link copied to clipboard
val
serverTransId
:
String
?
=
null
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
)