Failed

data class Failed(error: Throwable, errorCode: Int) : GooglePayPaymentMethodLauncher.Result

Represents a failed transaction.

Parameters

error

The failure reason.

errorCode

The failure ErrorCode.

Constructors

Link copied to clipboard
fun Failed(error: Throwable, errorCode: Int)

Functions

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

Properties

Link copied to clipboard
val error: Throwable
Link copied to clipboard
val errorCode: Int