zalando-stups / yourturn

The frontend/developer console for the STUPS infrastructure
http://docs.stups.io/en/latest/components/yourturn.html
Apache License 2.0
8 stars 7 forks source link

Status code 0 is not a good one #514

Open akhomchenko opened 7 years ago

akhomchenko commented 7 years ago

err.status || 0 would fail an entire app if no err.status would be found.

If no code is available it is better to return 500 or something like that.

prayerslayer commented 7 years ago

True, not sure how this got in there. Hot needle and copy-paste, probably.