You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Oct 4, 2024. It is now read-only.
A full example is available in the CustomLibrary.ProblemDetails.Sample folder or click [here]().
10
+
11
+
>**Note:** For correct operation it is necessary to add ***services.AddProblemDetails();*** and ***app.UseProblemDetails();*** to the Program class or in the Startup class
12
+
13
+
## List of Exception Responses
14
+
15
+
| Status Codes | Exception | Status |
16
+
| --- | --- | --- |
17
+
| 304 | NotModifiedException | available |
18
+
| 400 | BadRequestException | available |
19
+
| 401 | UnauthorizedException | available |
20
+
| 403 | ForbiddenException | available |
21
+
| 404 | NotFoundException | available |
22
+
| 405 | NotAllowedException | available |
23
+
| 406 | NotAcceptableException | available |
24
+
| 408 | RequestTimeoutException | available |
25
+
| 409 | ConflictException | available |
26
+
| 422 | UnprocessableEntityException | available |
27
+
| 500 | InternalServerErrorException | available |
0 commit comments