5
Answers

What are the standard ways to return API HTTP Status Code for Warning

Praveen Kumar

Praveen Kumar

3y
956
1

Hi,

What are the standard ways to return HTTP status codes for validation errors?

I am doing the following pattern in my ASP.NET Web API

Success 200 OK
Data Validation Error 200 OK
Exception 500 Internal Server Error

 

Answers (5)