Details
Description
The error format is changing, need to ensure that's updated in the client.
Rough example format:
{"total_rows":0,"rows":[
],
"errors": [{"from":"127.0.0.1:5984","reason":"Design document `_design/testfoobar` missing in database `test_db_b`."},
{"from":"http://localhost:5984/_view_merge/","reason":"Design document `_design/testfoobar` missing in database `test_db_c`."}]}
Rough example format:
{"total_rows":0,"rows":[
],
"errors": [{"from":"127.0.0.1:5984","reason":"Design document `_design/testfoobar` missing in database `test_db_b`."},
{"from":"http://localhost:5984/_view_merge/","reason":"Design document `_design/testfoobar` missing in database `test_db_c`."}]}
NCBC-165, error handling was cleaned up.{"error":"error","reason":"Error opening view `does_not_exist`, from set `default`, design document `_design/cities`: {not_found,\n missing_named_view}"}
http://localhost:8092/default/_design/cities/_view/does_not_exist