ReactiveCouchbase / ReactiveCouchbase-core

Core library for ReactiveCouchbase
Apache License 2.0
64 stars 28 forks source link

Analyzing status code for ERR_NOT_FOUND in addition to status message #70

Closed aalleexxeeii closed 8 years ago

aalleexxeeii commented 9 years ago

Not only should the status message be analyzed, but also the status code. For instance, CouchbaseMock does not contain proper text message but it has the proper status code enum.

aalleexxeeii commented 9 years ago

NPE can be raised when view returns rows with null documents