This package implements logic for exception handling occurred during any api request through a specific middleware that returns http status code 400 (for business exceptions) or 500 (for internal errors).
Info
Version: | 1.8.4 |
Author(s): | Furiza |
Last Update: | Wednesday, July 31, 2019 |
.NET Fiddle: | Create the first Fiddle |
NuGet Url: | https://www.nuget.org/packages/Furiza.AspNetCore.ExceptionHandling |
Install
Install-Package Furiza.AspNetCore.ExceptionHandling
dotnet add package Furiza.AspNetCore.ExceptionHandling
paket add Furiza.AspNetCore.ExceptionHandling
Furiza.AspNetCore.ExceptionHandling Download (Unzip the "nupkg" after downloading)
Dependencies
- Furiza.Base.Core.Exceptions(>= 1.0.6)
- Furiza.Base.Core.Exceptions.Serialization(>= 1.0.6)
- Microsoft.AspNetCore.Mvc.Core(>= 2.2.2)
- furiza.newtonsoft.json(>= 1.1.2)
Tags