Options
Menu

Class InvalidStateError

Hierarchy

Index

Constructors

Properties

Constructors

constructor

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.

Generated using TypeDoc