chrome-devtools-kotlin / org.hildan.chrome.devtools.domains.runtime / RuntimeJSEvaluationException

RuntimeJSEvaluationException

class RuntimeJSEvaluationException : Exception

Thrown when the evaluation of some JS expression went wrong.

Constructors

<init>

Thrown when the evaluation of some JS expression went wrong.

RuntimeJSEvaluationException(jsExpression: String, details: ExceptionDetails)

Properties

details

The details of the evaluation error.

val details: ExceptionDetails

jsExpression

The expression that failed to evaluate.

val jsExpression: String