Airflow Summit 2026 is coming August 31 - September 2 in Austin, TX. Register now to secure your spot!

airflow.providers.http.exceptions

Exceptions

HttpErrorException

Exception raised for HTTP error in Http hook.

HttpMethodException

Exception raised for invalid HTTP methods in Http hook.

Module Contents

exception airflow.providers.http.exceptions.HttpErrorException[source]

Bases: airflow.providers.common.compat.sdk.AirflowException

Exception raised for HTTP error in Http hook.

exception airflow.providers.http.exceptions.HttpMethodException[source]

Bases: airflow.providers.common.compat.sdk.AirflowException

Exception raised for invalid HTTP methods in Http hook.

Was this entry helpful?