7.53Error handling hierarchy
Think:
component
↓
Try scope handler
↓ if propagated
Flow handler
↓ if propagated
calling Flow Reference / outer flow
↓
HTTP boundary
Each level should handle what it actually owns.
Don't centralize every business decision at the very top.