https://github.com/marcominerva/errorhandling
Some samples that show how to correctly handle errors in Web API projects
https://github.com/marcominerva/errorhandling
asp-net-core error-handling minimalapi minimalapis webapi
Last synced: 11 months ago
JSON representation
Some samples that show how to correctly handle errors in Web API projects
- Host: GitHub
- URL: https://github.com/marcominerva/errorhandling
- Owner: marcominerva
- License: mit
- Created: 2022-02-04T17:08:57.000Z (about 4 years ago)
- Default Branch: master
- Last Pushed: 2023-02-06T12:50:51.000Z (about 3 years ago)
- Last Synced: 2025-03-24T01:13:28.415Z (12 months ago)
- Topics: asp-net-core, error-handling, minimalapi, minimalapis, webapi
- Language: C#
- Homepage:
- Size: 21.5 KB
- Stars: 5
- Watchers: 4
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Error Handling
Some samples that show how to correctly handle errors in Web API projects, either Controller-based and Minimal APIs (check the comments in code to get more information).