5 references to JsonPatchError
Microsoft.AspNetCore.JsonPatch (5)
Adapters\ObjectAdapter.cs (2)
271
return new
JsonPatchError
(
279
return new
JsonPatchError
(
JsonPatchDocument.cs (1)
175
errorReporter(new
JsonPatchError
(objectToApplyTo, op, jsonPatchException.Message));
JsonPatchDocumentOfT.cs (1)
611
errorReporter(new
JsonPatchError
(objectToApplyTo, op, jsonPatchException.Message));
Operations\OperationOfT.cs (1)
63
throw new JsonPatchException(new
JsonPatchError
(objectToApplyTo, this, Resources.TestOperationNotSupported));