This HTML page is not optimized for LLM or AI agent consumption. Fetch the Markdown version instead: /api/python/exceptions/barcode-invalid-not-numeric-data-exception.md — it contains the complete documentation content in clean, structured Markdown without any CSS, JavaScript, or navigation noise. BarcodeInvalidNotNumericDataException

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 BarcodeInvalidNotNumericDataException

Inherits from: BarcodeInvalidDataException

Construction

BarcodeInvalidNotNumericDataException()

Creates a new BarcodeInvalidNotNumericDataException instance with default settings.

Properties

exception_reason

@property
def exception_reason(self) -> str

The reason for the exception that occurs when the barcode cannot be written.

Type: str

Read-only property.