PurchasesError

class PurchasesError(val code: PurchasesErrorCode, val underlyingErrorMessage: String? = null)

This class represents an error

Parameters

code

Error code

underlyingErrorMessage

Optional error message with a more detailed explanation of the error that originated this.

Constructors

Link copied to clipboard
fun PurchasesError(code: PurchasesErrorCode, underlyingErrorMessage: String? = null)

Functions

Link copied to clipboard
open override fun toString(): String

Properties

Link copied to clipboard
val code: PurchasesErrorCode
Link copied to clipboard
val message: String
Link copied to clipboard
val underlyingErrorMessage: String? = null

Sources

Link copied to clipboard