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.