1 write to ErrorMessage
Microsoft.AspNetCore.JsonPatch (1)
JsonPatchError.cs (1)
30ErrorMessage = errorMessage;
3 references to ErrorMessage
Microsoft.AspNetCore.JsonPatch (1)
Exceptions\JsonPatchException.cs (1)
19: base(jsonPatchError.ErrorMessage, innerException)
Microsoft.AspNetCore.JsonPatch.Tests (1)
TestErrorLogger.cs (1)
12ErrorMessage = patchError.ErrorMessage;
Microsoft.AspNetCore.Mvc.NewtonsoftJson (1)
JsonPatchExtensions.cs (1)
54modelState.TryAddModelError(key, jsonPatchError.ErrorMessage);