LLMClient Task Exceptions
Celery task exceptions for llmclient app.
-
exception smarter.apps.llmclient.tasks.exceptions.LLMClientCustomDomainExists(message='')[source]
Bases: SmarterLLMClientException
Raised when the custom domain for the llmclient already exists.
-
exception smarter.apps.llmclient.tasks.exceptions.LLMClientCustomDomainNotFound(message='')[source]
Bases: SmarterLLMClientException
Raised when the custom domain for the llmclient is not found.
-
exception smarter.apps.llmclient.tasks.exceptions.LLMClientTaskError(message='')[source]
Bases: SmarterLLMClientException
Base class for LLMClient task exceptions.