Generic

data class Generic(val genericCode: POFailure.GenericCode = GenericCode.mobile) : POFailure.Code

Generic error that can’t be classified as specific.

Constructors

Link copied to clipboard
constructor(genericCode: POFailure.GenericCode = GenericCode.mobile)

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)