Closed andrzej-suwala closed 6 years ago
Hi !
In BitmexApiProxy exceptions in POST, PUT and DELETE are not dejsonized, and are thrown as System.Exception.
BitmexApiProxy
System.Exception
It would be great if those exceptions followed the pattern used in GET, and was thrown as BitmexApiException.
BitmexApiException
That way only one exception handling pattern could be used in client code. :smile:
good point, thank you a lot! the issue will be prioritazed
Hi !
In
BitmexApiProxy
exceptions in POST, PUT and DELETE are not dejsonized, and are thrown asSystem.Exception
.It would be great if those exceptions followed the pattern used in GET, and was thrown as
BitmexApiException
.That way only one exception handling pattern could be used in client code. :smile: