5 references to JsonPatchError
Microsoft.AspNetCore.JsonPatch.SystemTextJson (5)
Adapters\ObjectAdapter.cs (2)
267
return new
JsonPatchError
(
275
return new
JsonPatchError
(
JsonPatchDocument.cs (1)
175
errorReporter(new
JsonPatchError
(objectToApplyTo, op, jsonPatchException.Message));
JsonPatchDocumentOfT.cs (1)
612
errorReporter(new
JsonPatchError
(objectToApplyTo, op, jsonPatchException.Message));
Operations\OperationOfT.cs (1)
62
throw new JsonPatchException(new
JsonPatchError
(objectToApplyTo, this, Resources.TestOperationNotSupported));