You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the bug
In case of outStream[Byte] all user defined outError clauses are ignored and in case of error client receives not proper error, but 500 internal server error
To Reproduce
Steps to reproduce the behaviour:
Define endpoint with outStream[Byte]
Define error for it with outError
Try to throw an error on call to this endpoint
Call this endpoint from any client
Expected behaviour
Should throw proper defined errors
The text was updated successfully, but these errors were encountered:
Describe the bug
In case of outStream[Byte] all user defined outError clauses are ignored and in case of error client receives not proper error, but 500 internal server error
To Reproduce
Steps to reproduce the behaviour:
Expected behaviour
Should throw proper defined errors
The text was updated successfully, but these errors were encountered: