Options
Menu

Class InvalidOptionsError<T>

Type parameters

  • T: Record<string, any>

Hierarchy

Index

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.

reasons

reasons: Partial<Record<keyof T, string[]>>

Optional stack

stack: undefined | string

timestamp

timestamp: number

The timestamp of the occurrence of this error.

Generated using TypeDoc