Purchase Error
class PurchaseError(val product: ProductDetails, val error: Throwable) : PurchasingObserverState(source)
Tracks a failed purchase flow for a product, equal to Transaction Fail event.
Parameters
product
The product that was being purchased.
error
The error that caused the purchase to fail.