TransactionError

Types

Link copied to clipboard
data class Failure(val message: String, val product: StoreProduct) : TransactionError
Link copied to clipboard
data class Pending(val message: String) : TransactionError

Properties

Link copied to clipboard
open val cause: Throwable?
Link copied to clipboard
Link copied to clipboard
open val message: String?
Link copied to clipboard
Link copied to clipboard