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.
Copy file name to clipboardExpand all lines: README.md
+25-17Lines changed: 25 additions & 17 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -4,6 +4,14 @@ Collection of tools related to problem management (exceptions) that can be gener
4
4
5
5
This library is an ad hoc code customization used in my private/work projects thus avoiding the duplication of repetitive code.
6
6
7
+
## .NET SDK compatibility
8
+
9
+
| .NET SDK | Supported |
10
+
| --- | --- |
11
+
| 6.0 | Yes |
12
+
| 7.0 | No |
13
+
| 8.0 | Yes |
14
+
7
15
## How to use ?
8
16
9
17
A full example is available in the CustomLibrary.ProblemDetails.Sample folder or click [here](https://github.com/AngeloDotNet/CustomLibrary.ProblemDetails/blob/main/src/CustomLibrary.ProblemDetails.Sample).
@@ -12,23 +20,23 @@ A full example is available in the CustomLibrary.ProblemDetails.Sample folder or
12
20
13
21
## List of Exception Responses
14
22
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