interface Runtime.ExceptionDetails
Detailed information about exception (or error) that was thrown during script compilation or execution.
Properties Jump to heading
Jump to headingexceptionId: numberException id.
Jump to headingtext: stringException text, which should be used together with exception object when available.
Jump to headinglineNumber: numberLine number of the exception location (0-based).
Jump to headingcolumnNumber: numberColumn number of the exception location (0-based).
optional
Jump to headingscriptId: ScriptId | undefinedScript ID of the exception location.
optional
Jump to headingurl: string | undefinedURL of the exception location, to be used when the script was not reported.
optional
Jump to headingstackTrace: StackTrace | undefinedJavaScript stack trace if available.
optional
Jump to headingexception: RemoteObject | undefinedException object if available.
optional
Jump to headingexecutionContextId: ExecutionContextId | undefinedIdentifier of the context where exception happened.