PurchasesError

class PurchasesError(code: PurchasesErrorCode, underlyingErrorMessage: String?)

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

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

Functions

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

Properties

code
Link copied to clipboard
val code: PurchasesErrorCode
Error code
message
Link copied to clipboard
val message: String
underlyingErrorMessage
Link copied to clipboard
val underlyingErrorMessage: String? = null
Optional error message with a more detailed explanation of the error that originated this.

Sources

androidJvm source
Link copied to clipboard