media-insights-on-aws
media-insights-on-aws copied to clipboard
Handle botocore.exceptions.ClientError in all operators
If we handle botocore.exceptions.ClientError in operators then it will be more clear whether workflow errors originate from services or from MIE components.
See these TODOs: 1. .//source/operators/thumbnail/start_thumbnail.py:288: # TODO: Add support for boto client error handling 2. .//source/operators/mediaconvert/start_media_convert.py:126: # TODO: Add support for boto client error handling 3. .//source/operators/transcribe/start_transcribe.py:21:# TODO: More advanced exception handling, e.g. using boto clienterrors and narrowing exception scopes