microsoft / durabletask-java

Java SDK for Durable Functions and the Durable Task Framework
MIT License
13 stars 7 forks source link

Fix swallowed exception - Improve output exception message #185

Closed kaibocai closed 7 months ago

kaibocai commented 7 months ago

Issue describing the changes in this PR

resolves https://github.com/microsoft/durabletask-java/issues/184.

This PR fix the deserialized exception swallowed issue and improve the exception message in the final output to help customers better understand the exception.

Pull request checklist

Additional information

Additional PR information