toggle menu
adyen-android
androidJvm
switch theme
search in API
checkout-core
/
com.adyen.checkout.core.internal.data.model
/
ErrorResponseBody
Error
Response
Body
@
RestrictTo
(
value
=
[
RestrictTo.Scope.LIBRARY_GROUP
]
)
data
class
ErrorResponseBody
(
val
status
:
Int
?
,
val
errorCode
:
String
?
,
val
message
:
String
?
,
val
errorType
:
String
?
,
val
pspReference
:
String
?
)
:
ModelObject
Members
Constructors
Error
Response
Body
Link copied to clipboard
constructor
(
status
:
Int
?
,
errorCode
:
String
?
,
message
:
String
?
,
errorType
:
String
?
,
pspReference
:
String
?
)
Types
Companion
Link copied to clipboard
object
Companion
Properties
error
Code
Link copied to clipboard
val
errorCode
:
String
?
error
Type
Link copied to clipboard
val
errorType
:
String
?
message
Link copied to clipboard
val
message
:
String
?
psp
Reference
Link copied to clipboard
val
pspReference
:
String
?
status
Link copied to clipboard
val
status
:
Int
?
Functions
describe
Contents
Link copied to clipboard
open
override
fun
describeContents
(
)
:
Int
write
To
Parcel
Link copied to clipboard
abstract
fun
writeToParcel
(
p0
:
Parcel
,
p1
:
Int
)