mikeal / node.couchapp.js

Utility for writing couchapps.
Apache License 2.0
406 stars 78 forks source link

report status codes on failure #76

Closed garbados closed 11 years ago

garbados commented 11 years ago

Some errors, such as 413, do not respond with anything in the body, and are thus only diagnosable given the status code. This changes the error message to add the status code to the readout.

garbados commented 11 years ago

Whoo!