Represents an exception that occurs during Vision API operations.

from nutrient_sdk import VisionException

Inherits from: NutrientException

Construction

VisionException()

Creates a new VisionException instance with default settings.

Properties

exception_reason

@property
def exception_reason(self) -> str

The reason why this exception is thrown.

Type: str

Read-only property.