EventStore / EventStore-Client-Dotnet

Dotnet Client SDK for the Event Store gRPC Client API written in C#
Other
138 stars 38 forks source link

Improve the error message when reading/subscribing from an invalid po… #264

Closed lakshdeepsingheventstore closed 10 months ago

lakshdeepsingheventstore commented 10 months ago

Fixed : https://github.com/EventStore/EventStore/issues/3195 (on the client side) When the above mentioned exception was thrown, the error message on the client side was unclear stating "An exception was thrown by the handler", without specifying the actual error message, thus making it difficult to diagnose what the actual issue was on client side. This PR improves the error message when the above issue is encountered.