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