Error

data class Error(val exception: Exception) : RestoreState

Indicates that an error occurred during the purchase restoration process.

This state is typically reached due to network issues, device configuration problems, or internal RevenueCat API errors.

Constructors

Link copied to clipboard
constructor(exception: Exception)

Properties

Link copied to clipboard

The Exception detailing the reason for the restoration failure.