DialogContextError class

Errore che include un contesto di dialogo aggiuntivo, incluso lo stack di dialoghi.

Extends

Error

Costruttori

DialogContextError(Error | string, DialogContext)

Costruire un DialogError.

Proprietà

dialogContext

Rappresenta lo stato di una finestra di dialogo quando si è verificato un errore.

error
Error

Proprietà ereditate

message
name
stack

Dettagli costruttore

DialogContextError(Error | string, DialogContext)

Costruire un DialogError.

new DialogContextError(error: Error | string, dialogContext: DialogContext)

Parametri

error

Error | string

Errore di origine o messaggio di errore.

dialogContext
DialogContext

Contesto del dialogo che rappresenta l'origine dell'errore.

Dettagli proprietà

dialogContext

Rappresenta lo stato di una finestra di dialogo quando si è verificato un errore.

dialogContext: { activeDialog?: string, parent?: string, stack: DialogInstance[] }

Valore della proprietà

{ activeDialog?: string, parent?: string, stack: DialogInstance[] }

error

error: Error | string

Valore della proprietà

Error | string

Error

static Error: ErrorConstructor

Valore della proprietà

ErrorConstructor

Dettagli proprietà ereditate

message

message: string

Valore della proprietà

string

Ereditato da Error.message

name

name: string

Valore della proprietà

string

ereditato da Error.name

stack

stack?: string

Valore della proprietà

string

ereditato da Error.stack