1 instantiation of UnprocessableEntity
Microsoft.AspNetCore.Http.Results (1)
TypedResults.cs (1)
732
public static UnprocessableEntity<TValue> UnprocessableEntity<TValue>(TValue? error) =>
new
(error);
2 references to UnprocessableEntity
Microsoft.AspNetCore.Http.Results (2)
TypedResults.cs (2)
731
/// <returns>The created <see cref="HttpResults.
UnprocessableEntity
{TValue}"/> for the response.</returns>
732
public static
UnprocessableEntity
<TValue> UnprocessableEntity<TValue>(TValue? error) => new(error);