Failed
data class Failed(val error: Throwable, val errorCode: Int) : GooglePayPaymentMethodLauncher.Result
Content copied to clipboard
Represents a failed transaction.
Parameters
error
The failure reason.
errorCode
The failure ErrorCode.
Represents a failed transaction.
The failure reason.
The failure ErrorCode.