In This Article

BarcodeValidationSeverity Enum

Specifies the severity of a barcode validation result.

public enum BarcodeValidationSeverity

Fields

Name Description
Error

The barcode was not able to be generated due to invalid input data that should be reviewed and corrected.

None

The barcode is valid and has no issues.

Warning

The barcode was able to be generated, but required some adjustments to the input data that should be reviewed.

See Also