ErrorDialogConfig interface

Configurations for host's open error dialog service.

Extends

BaseErrorDialogConfig

Properties

errorOptions

Configurations of the error dialog

errorSource

The source of the error

Inherited Properties

autoFocus

Where the dialog should focus on open. Default is false.

errorMsg

The localized error message

featureName

The feature name of the error, used for telemetry service.

kind

The kind of the error

width

Width of the error dialog, default width is 576px.

Property Details

errorOptions

Configurations of the error dialog

errorOptions: ErrorOptions

Property Value

errorSource

The source of the error

errorSource?: ErrorSource

Property Value

Inherited Property Details

autoFocus

Where the dialog should focus on open. Default is false.

autoFocus?: boolean

Property Value

boolean

Inherited From BaseErrorDialogConfig.autoFocus

errorMsg

The localized error message

errorMsg: string

Property Value

string

Inherited From BaseErrorDialogConfig.errorMsg

featureName

The feature name of the error, used for telemetry service.

featureName?: string

Property Value

string

Inherited From BaseErrorDialogConfig.featureName

kind

The kind of the error

kind?: ErrorKind

Property Value

Inherited From BaseErrorDialogConfig.kind

width

Width of the error dialog, default width is 576px.

width?: ErrorDialogWidth

Property Value

Inherited From BaseErrorDialogConfig.width