diff --git a/aspnetcore/web-api/handle-errors.md b/aspnetcore/web-api/handle-errors.md index f1c91cf12eb7..0e02311433e8 100644 --- a/aspnetcore/web-api/handle-errors.md +++ b/aspnetcore/web-api/handle-errors.md @@ -260,7 +260,13 @@ For web API controllers, MVC responds with a . +An *error result* is defined as a result with an HTTP status code of 400 or higher. + +::: moniker range="> aspnetcore-2.1" + +For web API controllers, MVC transforms an error result to a result with . + +::: moniker-end ::: moniker range="= aspnetcore-2.1"