0
peopleteq created
Hi,
I am using dynamic API. I would like to know if it is possible to return always 200 http status code and use error code files on API response. Currently I am getting API error via http response status and error code field is always 0.
Thanks
4 Answer(s)
-
0
Sorry, error code field - error. Error field is always null
-
0
Sorry again. Error is not null in case of exception. Is it possible return 200 status code and error code in payload?
-
0
You can see if this discussion is what you need. https://github.com/aspnetboilerplate/aspnetboilerplate/issues/4784
-
0
Thanks for info