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
Currently, one can only return an actual result response from a handle_request clause.
However, sometimes you need to be able to return an error response, so one should be able to reply with some kind of ErrorResponse struct instead of the structure defined as a result on the type instead.
The text was updated successfully, but these errors were encountered:
Description
Currently, one can only return an actual result response from a handle_request clause.
However, sometimes you need to be able to return an error response, so one should be able to reply with some kind of ErrorResponse struct instead of the structure defined as a result on the type instead.
The text was updated successfully, but these errors were encountered: