3 references to FormatInvalidValueForPath
Microsoft.AspNetCore.JsonPatch (3)
Internal\ParsedPath.cs (2)
62
throw new JsonPatchException(Resources.
FormatInvalidValueForPath
(path), null);
75
throw new JsonPatchException(Resources.
FormatInvalidValueForPath
(path), null);
Internal\PathHelpers.cs (1)
19
throw new JsonPatchException(Resources.
FormatInvalidValueForPath
(path), null);