Details
Description
When you call var result = _couchClient.GetView(<etc.>), there is no exception thrown when the view does not exist. The program will only throw an exception when it attempts to access the data, ie: result.Count() will throw an exception.
Activity
John Zablocki
made changes -
| Field | Original Value | New Value |
|---|---|---|
| Fix Version/s | 1.2.1 [ 10441 ] |
John Zablocki
made changes -
| Status | Open [ 1 ] | In Progress [ 3 ] |
John Zablocki
made changes -
| Status | In Progress [ 3 ] | Closed [ 6 ] |
| Resolution | Fixed [ 1 ] |
I will look into catching the 400 error and throwing a more meaningful exception.