trebol-ecommerce / api

eCommerce web service REST specification
GNU General Public License v3.0
0 stars 0 forks source link

Remove 500 responses #37

Closed bglamadrid closed 2 years ago

bglamadrid commented 2 years ago

I used to think it was a good idea that the API covers all possible outcomes from any calls to it. But I don't know why I thought documenting the 500 errors was worth it. It's never an expected error, and if it happens, it's usually not something the client (as in, the person making use of the eCommerce application within their browser) would have anything to do or help with.

It's going to be better off the spec, to reduce complexity and clutter.