[
https://issues.apache.org/jira/browse/AIRFLOW-2608?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Work on AIRFLOW-2608 started by Verdan Mahmood.
-----------------------------------------------
> Improved Exceptions handling in APIs
> ------------------------------------
>
> Key: AIRFLOW-2608
> URL: https://issues.apache.org/jira/browse/AIRFLOW-2608
> Project: Apache Airflow
> Issue Type: Improvement
> Reporter: Verdan Mahmood
> Assignee: Verdan Mahmood
> Priority: Major
> Labels: exception-handling
>
> The error handling in APIs is very poor, and most of the exceptions are
> raised directly from AirflowExceptions which is the base exceptions class.
> Also, some of the custom exceptions are created locally under the scope of
> each file making it duplicated for other files.
> We should have a centralized location for Exception classes along with the
> standard default message for each exception.
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)