OpenErrorConfig interface
Configurations for workload's openError API.
- Extends
-
BaseErrorDialogConfig
Properties
| error |
Error dialog specific options |
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
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