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