[
https://issues.apache.org/jira/browse/AIRFLOW-2608?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16512396#comment-16512396
]
Verdan Mahmood commented on AIRFLOW-2608:
-----------------------------------------
https://github.com/apache/incubator-airflow/pull/3496
> 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)