This PR capture the inner exception type for a halibut client exception.
Usage of this will be in process, rather than from Tentacle to TentacleClient so there is no issue with exceptions from Tentalce not setting this property. However, it does add a property to Halibut Client Exception that may or may not be set depending on the source of the exception. If the source of the error is In-process it will be set, if the source is out of process, it won't be set.
How to review this PR
Quality :heavy_check_mark:
Pre-requisites
[ ] I have read How we use GitHub Issues for help deciding when and where it's appropriate to make an issue.
[ ] I have considered informing or consulting the right people, according to the ownership map.
[ ] I have considered appropriate testing for my change.
Background
This PR capture the inner exception type for a halibut client exception.
Usage of this will be in process, rather than from Tentacle to TentacleClient so there is no issue with exceptions from Tentalce not setting this property. However, it does add a property to Halibut Client Exception that may or may not be set depending on the source of the exception. If the source of the error is In-process it will be set, if the source is out of process, it won't be set.
How to review this PR
Quality :heavy_check_mark:
Pre-requisites