PurchasesError
class PurchasesError(code: PurchasesErrorCode, underlyingErrorMessage: String?)
Content copied to clipboard
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)
Content copied to clipboard
Error code
Functions
Properties
Sources
androidJvm source
Link copied to clipboard