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
constructor(code: PurchasesErrorCode, underlyingErrorMessage: String? = null)

Properties

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard

Functions

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