VisionException
Represents an exception that occurs during Vision API operations.
from nutrient_sdk import VisionExceptionInherits from: NutrientException
Construction
VisionException()Creates a new VisionException instance with default settings.
Properties
exception_reason
@propertydef exception_reason(self) -> strThe reason why this exception is thrown.
Type: str
Read-only property.