Internal

data class Internal(val internalCode: POFailure.InternalCode = InternalCode.mobile) : POFailure.Code

Something went wrong on the ProcessOut side. This is extremely rare.

Constructors

Link copied to clipboard
constructor(internalCode: POFailure.InternalCode = InternalCode.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)