<#1033 [Housekeeping] [flytekit] Exception cleanup...
# flytekit
a
#1033 [Housekeeping] [flytekit] Exception cleanup Issue created by wild-endeavor Describe the Issue During development of native-typing-flytekit, insufficient attention was paid to the selection of exception classes - generally we just raised
Exception
or at best
ValueError
in pretty much all cases. We should clean this up • Create a proper exception hierarchy for system errors (one already exists for user exceptions). • Potentially strip out the scoped exception business. See flyteorg/flytekit#543 for more background. What if we do not do this? Lack of polish. Related component Possibly related to #740. flyteorg/flyte