dotnetcameroon / website

This is the official GitHub repo of the .NET Cameroon public website
Other
2 stars 3 forks source link

Implement Error Handling with the ErrorOr package on the Services layer #31

Closed djoufson closed 1 month ago

djoufson commented 1 month ago

Implement a proper error handling system to prevent failure on production. The recommended approach is to introduce a discriminated union mechanism, preferably using the ErrorOr package.

Here is the documentation