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`."}]}
Activity
Matt Ingenthron
made changes -
| Field | Original Value | New Value |
|---|---|---|
| Assignee | Attila Kisko [ Attila Kisko ] | Bin Cui [ bcui ] |
Matt Ingenthron
made changes -
| Assignee | Bin Cui [ bcui ] | John Zablocki [ john ] |
| Fix Version/s | 1.0 [ 10271 ] | |
| Component/s | library [ 10122 ] |
John Zablocki
made changes -
| Fix Version/s | 1.2 [ 10298 ] | |
| Fix Version/s | 1.0 [ 10271 ] |
John Zablocki
made changes -
| Fix Version/s | 1.2 Beta [ 10353 ] | |
| Fix Version/s | 1.2 [ 10298 ] |
John Zablocki
made changes -
| Fix Version/s | 1.2 [ 10298 ] | |
| Fix Version/s | 1.2 Beta [ 10353 ] |
John Zablocki
made changes -
| Fix Version/s | 1.2.1 [ 10441 ] | |
| Fix Version/s | 1.2.0 [ 10298 ] |
John Zablocki
made changes -
| Status | Open [ 1 ] | Closed [ 6 ] |
| Resolution | Duplicate [ 3 ] |
{"total_rows":0,"rows":[
],
"errors":[
{"from":"local","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`."}
]}