toggle menu
processout-android
4.24.0
androidJvm
switch theme
search in API
sdk
/
com.processout.sdk.core
/
POFailure
/
Code
/
NotFound
Not
Found
data
class
NotFound
(
val
notFoundCode
:
POFailure.NotFoundCode
)
:
POFailure.Code
The requested resource could not be found.
Members
Members & Extensions
Constructors
Not
Found
Link copied to clipboard
constructor
(
notFoundCode
:
POFailure.NotFoundCode
)
Properties
not
Found
Code
Link copied to clipboard
val
notFoundCode
:
POFailure.NotFoundCode
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
)