ErrorDialogConfig interface
Configurations for host's open error dialog service.
- Extends
-
BaseErrorDialogConfig
Properties
error |
Configurations of the error dialog |
error |
The source of the error |
Inherited Properties
auto |
Where the dialog should focus on open. Default is false. |
error |
The localized error message |
feature |
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
errorSource
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