Unknown

data class Unknown(val rawValue: String) : POFailure.Code

Unknown error that can’t be interpreted. Inspect associated rawValue for additional details.

Constructors

Link copied to clipboard
constructor(rawValue: String)

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)