omkar-foss commented on PR #44616:
URL: https://github.com/apache/airflow/pull/44616#issuecomment-2514990373

   List of core Airflow exceptions from `airflow/exceptions.py` as below. I've 
started with `AirflowException` for now. Also error logs are good source of 
common errors that users face, which we should map - I've mapped a few as 
`Error Log` in the markdown table.
   
   ```python
   AirflowException
   AirflowBadRequest
   AirflowNotFoundException
   DagNotFound
   DagCodeNotFound
   DagRunNotFound
   AirflowConfigException
   AirflowSensorTimeout
   AirflowRescheduleException
   InvalidStatsNameException
   AirflowTaskTimeout
   AirflowTaskTerminated
   AirflowWebServerTimeout
   AirflowSkipException
   AirflowFailException
   AirflowOptionalProviderFeatureException
   AirflowInternalRuntimeError
   XComNotFound
   UnmappableOperator
   XComForMappingNotPushed
   UnmappableXComTypePushed
   UnmappableXComLengthPushed
   AirflowDagCycleException
   AirflowDagDuplicatedIdException
   AirflowClusterPolicyViolation
   AirflowClusterPolicySkipDag
   AirflowClusterPolicyError
   AirflowTimetableInvalid
   AirflowFileParseException
   FileSyntaxError
   ConnectionNotUnique
   TaskDeferred
   TaskDeferralError
   PodMutationHookException
   PodReconciliationError
   RemovedInAirflow3Warning
   AirflowProviderDeprecationWarning
   DeserializingResultError
   UnknownExecutorException
   ```


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to