FileNotFoundException
Represents an exception thrown when a requested file cannot be found.
from nutrient_sdk import FileNotFoundExceptionInherits from: NutrientException
Construction
FileNotFoundException()Creates a new FileNotFoundException instance with default settings.
Properties
exception_reason
@propertydef exception_reason(self) -> strThe reason the exception was thrown.
Type: str
Read-only property.