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