Options
Menu

Class DiagnosticError

Hierarchy

Index

Constructors

constructor

  • new DiagnosticError(domError?: DOMError | DOMException, message?: undefined | string): DiagnosticError

Properties

domError

domError: DOMError | DOMException | undefined

The associated DOMError that caused this DiagnosticError.

message

message: string

name

name: ErrorName

The name of the error.

This overrides the typing of the Error.name superclass member from string to the specific enumeration of error names.

Optional stack

stack: undefined | string

timestamp

timestamp: number

The timestamp of the occurrence of this error.

Static Error

Error: ErrorConstructor

Generated using TypeDoc