OctopusDeploy / Halibut

| Public | A secure communication stack for .NET using JSON-RPC over SSL.
Other
12 stars 44 forks source link

Capture the inner exception type for a halibut client exception #556

Closed nathanwoctopusdeploy closed 11 months ago

nathanwoctopusdeploy commented 11 months ago

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