Using nodejs couchbase library (2.0.6) I ran a ViewQuery that failed and all it gave back in the error object was: {“code”:4}
How do I find out what error code 4 means?
Using nodejs couchbase library (2.0.6) I ran a ViewQuery that failed and all it gave back in the error object was: {“code”:4}
How do I find out what error code 4 means?
Hey @alexegli,
If you print the with err.toString()
it should give you better information.
Cheers, Brett