Options
All
  • Public
  • Public/Protected
  • All
Menu

Detailed information about exception (or error) that was thrown during script compilation or execution.

Hierarchy

  • ExceptionDetails

Index

Properties

columnNumber

columnNumber: number

Column number of the exception location (0-based).

Optional exception

exception: RemoteObject

Exception object if available.

exceptionId

exceptionId: number

Exception id.

Optional executionContextId

executionContextId: ExecutionContextId

Identifier of the context where exception happened.

lineNumber

lineNumber: number

Line number of the exception location (0-based).

Optional scriptId

scriptId: ScriptId

Script ID of the exception location.

Optional stackTrace

stackTrace: StackTrace

JavaScript stack trace if available.

text

text: string

Exception text, which should be used together with exception object when available.

Optional url

url: string

URL of the exception location, to be used when the script was not reported.

Generated using TypeDoc