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
Copy file name to clipboardexpand all lines: src/CoreEx/README.md
+1-4
Original file line number
Diff line number
Diff line change
@@ -36,9 +36,6 @@ Namespace | Description
36
36
[`Text.Json`](./Text/Json) | Provides [`System.Text.Json`](https://docs.microsoft.com/en-us/dotnet/api/system.text.json) implementation of the [`IJsonSerializer`](./Json/IJsonSerializer.cs).
[`Wildcards`](./Wildcards) | Provides standardized approach to parsing and validating [`Wildcard`](./Wildcards/Wildcard.cs) text.`
39
-
[`Text.Json`](./Text/Json) | Provides [`System.Text.Json`](https://docs.microsoft.com/en-us/dotnet/api/system.text.json) implementation of the [`IJsonSerializer`](./Json/IJsonSerializer.cs).
[`DuplicateException`](./DuplicateException.cs) | Represents a **Duplicate** exception; for example updating a code on an entity where the value is already used. | 409 Conflict | 7 DuplicateError
66
63
[`NotFoundException`](./NotFoundException.cs) | Represents a **NotFound** exception; for example getting an entity that does not exist. | 404 NotFound | 5 NotFoundError
67
64
[`TransientException`](./TransientException.cs) | Represents a **Transient** exception; failed but is a candidate for a retry. | 503 ServiceUnavailable | 9 TransientError
68
-
[`ValidationException`](./ValidationException.cs) | Represents a **Validation** exception with a corresponding `Messages`[collection](./Entities/MessageItemCollection.cs). | 400 BadRequest | 1 ValidationError
65
+
[`ValidationException`](./ValidationException.cs) | Represents a **Validation** exception with a corresponding `Messages`[collection](./Entities/MessageItemCollection.cs). | 400 BadRequest | 1 ValidationError
0 commit comments