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