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