airflow.providers.openai.exceptions¶
Exceptions¶
Raise when OpenAI Batch Job fails to start AFTER processing the request. |
|
Raise when OpenAI Batch Job times out. |
|
Raise when a deferred task resumes with a missing or malformed trigger event. |
Module Contents¶
- exception airflow.providers.openai.exceptions.OpenAIBatchJobException[source]¶
Bases:
airflow.providers.common.compat.sdk.AirflowExceptionRaise when OpenAI Batch Job fails to start AFTER processing the request.
- exception airflow.providers.openai.exceptions.OpenAIBatchTimeout[source]¶
Bases:
airflow.providers.common.compat.sdk.AirflowExceptionRaise when OpenAI Batch Job times out.
- exception airflow.providers.openai.exceptions.OpenAITriggerEventError[source]¶
Bases:
airflow.providers.common.compat.sdk.AirflowExceptionRaise when a deferred task resumes with a missing or malformed trigger event.