dronebuddylib.exceptions package

Submodules

dronebuddylib.exceptions.FaceRecognitionException module

exception dronebuddylib.exceptions.FaceRecognitionException.FaceRecognitionException(message: str, error_code: int, details=None)[source]

Bases: Exception

Represents an exception raised when the intent resolution fails.

dronebuddylib.exceptions.PlaceRecognitionException module

exception dronebuddylib.exceptions.PlaceRecognitionException.PlaceRecognitionException(message: str, error_code: int, details=None)[source]

Bases: Exception

Represents an exception raised when the place recognition functions fail.

dronebuddylib.exceptions.intent_resolution_exception module

exception dronebuddylib.exceptions.intent_resolution_exception.IntentResolutionException(message: str, error_code: int, details: str | None = None)[source]

Bases: Exception

Represents an exception raised when the intent resolution fails.

dronebuddylib.exceptions.llm_exception module

exception dronebuddylib.exceptions.llm_exception.LLMException(message: str, error_code: int, details: str | None = None)[source]

Bases: Exception

Represents an exception raised when the LLM engine fails.

Module contents