BarcodeInvalidLengthException
Represents an exception that is thrown when the data length for a barcode is invalid.
from nutrient_sdk import BarcodeInvalidLengthExceptionInherits from: BarcodeException
Construction
BarcodeInvalidLengthException()Creates a new BarcodeInvalidLengthException instance with default settings.
Properties
exception_reason
@propertydef exception_reason(self) -> strThe reason for the exception that occurs when the barcode cannot be written.
Type: str
Read-only property.