Authentication

data class Authentication(val authenticationCode: POFailure.AuthenticationCode) : POFailure.Code

API credentials could not be verified.

Constructors

Link copied to clipboard
constructor(authenticationCode: POFailure.AuthenticationCode)

Properties

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)