enum class BackendErrorCode
value |
val value: Int |
valueOf |
fun valueOf(backendErrorCode: Int): BackendErrorCode? |
toPurchasesError |
fun BackendErrorCode.toPurchasesError(underlyingErrorMessage: String): PurchasesError |
toPurchasesErrorCode |
fun BackendErrorCode.toPurchasesErrorCode(): PurchasesErrorCode |