class PurchasesError
This class represents an error
underlyingErrorMessage - Optional error message with a more detailed explanation of the
error that originated this.
<init> |
This class represents an error PurchasesError(code: PurchasesErrorCode, underlyingErrorMessage: String? = null) |
code |
Error code val code: PurchasesErrorCode |
message |
val message: String |
underlyingErrorMessage |
Optional error message with a more detailed explanation of the error that originated this. val underlyingErrorMessage: String? |
toString |
fun toString(): String |