interface Runtime.ExceptionDetails
Detailed information about exception (or error) that was thrown during script compilation or execution.
Properties #
#exceptionId: number Exception id.
#lineNumber: number Line number of the exception location (0-based).
#columnNumber: number Column number of the exception location (0-based).
URL of the exception location, to be used when the script was not reported.
#stackTrace: StackTrace | undefined optional
JavaScript stack trace if available.
#exception: RemoteObject | undefined optional
Exception object if available.
#executionContextId: ExecutionContextId | undefined optional
Identifier of the context where exception happened.