toggle menu
processout-android
4.24.0
androidJvm
switch theme
search in API
sdk
/
com.processout.sdk.core
/
POFailure
/
Code
/
Generic
Generic
data
class
Generic
(
val
genericCode
:
POFailure.GenericCode
=
GenericCode.mobile
)
:
POFailure.Code
Generic error that can’t be classified as specific.
Members
Members & Extensions
Constructors
Generic
Link copied to clipboard
constructor
(
genericCode
:
POFailure.GenericCode
=
GenericCode.mobile
)
Properties
generic
Code
Link copied to clipboard
val
genericCode
:
POFailure.GenericCode
raw
Value
Link copied to clipboard
val
POFailure.Code
.
rawValue
:
String
Raw error code. Consistent with iOS SDK.
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
)