OpenErrorConfig interface

Configurations for workload's openError API.

Extends

BaseErrorDialogConfig

Properties

errorOptions

Error dialog specific options

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

Error dialog specific options

errorOptions?: ErrorOptions

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