Work with Results #3594
Unanswered
loicp-duchesne
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hi everyone, I was wondering if anyone worked with
Result
as a feedback from commands. I loved having detailed errors to return throughProblemDetails
to the client. I tried using the RequestContext but maybe I'm doing it wrong cause it seems to reference the HTTP request and not the Brighter command handler context:I thought about using the queries from Darker but I'm loosing the CQRS concept about segregation. Any ideas?
Thanks!
Beta Was this translation helpful? Give feedback.
All reactions