airflow.providers.http.exceptions¶
Exceptions¶
Exception raised for HTTP error in Http hook. |
|
Exception raised for invalid HTTP methods in Http hook. |
Module Contents¶
- exception airflow.providers.http.exceptions.HttpErrorException[source]¶
Bases:
airflow.exceptions.AirflowException
Exception raised for HTTP error in Http hook.
- exception airflow.providers.http.exceptions.HttpMethodException[source]¶
Bases:
airflow.exceptions.AirflowException
Exception raised for invalid HTTP methods in Http hook.