adamskibicki / Progress.API

Web api for app that allows user to track progress of virtual fantasy character - based on Azarinth Healer novel (https://www.royalroad.com/fiction/16946/azarinth-healer). You can also support the author here: https://www.patreon.com/RhaegarRRL.
MIT License
0 stars 0 forks source link

Improve handling cqrs handlers errors (exceptions, request/operation result implementation) #4

Closed adamskibicki closed 1 year ago

adamskibicki commented 1 year ago

nick chapsas's video as an example

adamskibicki commented 1 year ago

After analysing there is no reason to implement it now - waste of time. Exception throwing for errors (validations and others etc.) for now is enough, if i need to handle form of error http response of how specific exception is handled i can do it in exception handling middleware.

adamskibicki commented 1 year ago

After analysing it is implemented to avoid breaking code flow with throwing exceptions - easier to track in VS.