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.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.

Was this entry helpful?