BarcodeItemErrorState

constructor(source: Map<String, Any?>)
constructor(json: JsonObject)
constructor(title: StyledText = StyledText( text = "Connection Error!", color = ScanbotColor("?sbColorOnSurface", isArgb = false) ), subtitle: StyledText = 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 = ScanbotColor("?sbColorOnSurfaceVariant", isArgb = false) ), retryButton: ButtonConfiguration = ButtonConfiguration( ), cancelButton: ButtonConfiguration = ButtonConfiguration( ))