stripe-android
Toggle table of contents
androidJvm
Target filter
androidJvm
Switch theme
Search in API
Skip to content
stripe-android
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
?
ds
Trans
Id
Link copied to clipboard
val
dsTransId
:
String
?
error
Code
Link copied to clipboard
val
errorCode
:
String
error
Component
Link copied to clipboard
val
errorComponent
:
ErrorData.ErrorComponent
?
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
?
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
?
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
)