3 references to SerializableError
Microsoft.AspNetCore.Mvc.Core (3)
BadRequestObjectResult.cs (1)
33: base(new SerializableError(modelState))
ConflictObjectResult.cs (1)
33: base(new SerializableError(modelState))
UnprocessableEntityObjectResult.cs (1)
23: this(new SerializableError(modelState))