BarcodeInvalidDataException
Represents an exception that is thrown when the specified data for a barcode is invalid. It is trown when trying to write a barcode in an image and the data could not be encoded in the requested type.
from nutrient_sdk import BarcodeInvalidDataExceptionInherits from: BarcodeException
Construction
BarcodeInvalidDataException()Creates a new BarcodeInvalidDataException 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.