BarcodeInvalidWidthException
Represents an exception that is thrown when a barcode cannot be written due to an invalid provided width.
This exception is typically thrown when the provided width is causing the bars/spaces to be less than one pixel. It applies only when writing to an image.
from nutrient_sdk import BarcodeInvalidWidthExceptionInherits from: BarcodeException
Construction
BarcodeInvalidWidthException()Creates a new BarcodeInvalidWidthException 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.