NotFound

data class NotFound(val notFoundCode: POFailure.NotFoundCode) : POFailure.Code

The requested resource could not be found.

Constructors

Link copied to clipboard
constructor(notFoundCode: POFailure.NotFoundCode)

Properties

Link copied to clipboard
Link copied to clipboard

Raw error code. Consistent with iOS SDK.

Functions

Link copied to clipboard
abstract fun describeContents(): Int
Link copied to clipboard
abstract fun writeToParcel(p0: Parcel, p1: Int)