interface Runtime.ExceptionDetails
Detailed information about exception (or error) that was thrown during script compilation or execution.
exceptionId: numberException id.
text: stringException text, which should be used together with exception object when available.
lineNumber: numberLine number of the exception location (0-based).
columnNumber: numberColumn number of the exception location (0-based).
optional
url: string | undefinedURL of the exception location, to be used when the script was not reported.
optional
stackTrace: StackTrace | undefinedJavaScript stack trace if available.
optional
exception: RemoteObject | undefinedException object if available.
optional
executionContextId: ExecutionContextId | undefinedIdentifier of the context where exception happened.