airflow.providers.http.exceptions

Exceptions

HttpErrorException

Exception raised for HTTP error in Http hook.

HttpMethodException

Exception raised for invalid HTTP methods in Http hook.

HttpSrvLookupException

Exception raised when DNS SRV record resolution fails or is misconfigured 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.

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

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

Exception raised when DNS SRV record resolution fails or is misconfigured in Http hook.

Was this entry helpful?