Adds a new inspector to the condition package to catch errors from other inspectors
Motivation and Context
This came up while testing #215 in a production data pipeline. This is functionally equivalent to the MetaErr transform function. You can work around this problem with existing conditions and transforms (MetaSwitch, UtilityDrop, etc.), but this is a shortcut to getting the same functionality.
How Has This Been Tested?
Added unit tests for:
Catching all errors
Catching specific errors
No errors
Types of changes
[ ] Bug fix (non-breaking change which fixes an issue)
[x] New feature (non-breaking change which adds functionality)
[ ] Breaking change (fix or feature that would cause existing functionality to change)
Checklist:
[x] My code follows the code style of this project.
[x] My change requires a change to the documentation.
Description
Motivation and Context
This came up while testing #215 in a production data pipeline. This is functionally equivalent to the
MetaErr
transform function. You can work around this problem with existing conditions and transforms (MetaSwitch
,UtilityDrop
, etc.), but this is a shortcut to getting the same functionality.How Has This Been Tested?
Added unit tests for:
Types of changes
Checklist: