Optional
source: DeepPartial<BarcodeItemErrorState>Configuration of the cancel button.
new ButtonConfiguration({});
Configuration of the retry button.
new ButtonConfiguration({});
Error message.
new StyledText({
"text": "There was an issue and the data requested was not fetched. You could try again or discard this result to start a new scan.",
"color": "?sbColorOnSurfaceVariant"
});
Title displayed above the error message.
new StyledText({
"text": "Connection Error!",
"color": "?sbColorOnSurface"
});
Generated using TypeDoc
Configuration of the the mapper's error dialog.