TMWebViewException

class TMWebViewException(val errorCode: Int, val errorDescription: String) : Exception

Exception thrown when a WebView error occurs in the purchase flow.

Parameters

errorCode

The error code for the WebView issue.

errorDescription

The description of the WebView error.

Constructors

Link copied to clipboard
constructor(errorCode: Int, errorDescription: String)

Properties

Link copied to clipboard
open val cause: Throwable?
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
open val message: String?