class RuntimeJSEvaluationException : Exception
Thrown when the evaluation of some JS expression went wrong.
<init> |
Thrown when the evaluation of some JS expression went wrong. RuntimeJSEvaluationException(jsExpression: String, details: ExceptionDetails) |
details |
The details of the evaluation error. val details: ExceptionDetails |
jsExpression |
The expression that failed to evaluate. val jsExpression: String |