thangchung / clean-architecture-dotnet

🕸 Yet Another .NET Clean Architecture, but for Microservices project. It uses Minimal Clean Architecture with DDD-lite, CQRS-lite, and just enough Cloud-native patterns apply on the simple eCommerce sample and run on Tye with Dapr extension 🍻
MIT License
1.24k stars 267 forks source link

Error handling #22

Open thangchung opened 3 years ago

thangchung commented 3 years ago

Currently, we have ResultModel with some error flags there, but we haven't handled it yet. Sees it https://github.com/jasontaylordev/CleanArchitecture/blob/main/src/WebUI/Filters/ApiExceptionFilterAttribute.cs