PurchasesError

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

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)

Functions

Link copied to clipboard
abstract fun describeContents(): Int
Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
Link copied to clipboard
open override fun hashCode(): Int
Link copied to clipboard
open override fun toString(): String
Link copied to clipboard
abstract fun writeToParcel(p0: Parcel, p1: Int)

Properties

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