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

Represents an exception that is thrown when the specified barcode type is not supported.

from nutrient_sdk import BarcodeInvalidTypeException

Inherits from: BarcodeException

Construction

BarcodeInvalidTypeException()

Creates a new BarcodeInvalidTypeException 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.