Uploaded image for project: 'Couchbase node.js Client Library'
  1. Couchbase node.js Client Library
  2. JSCBC-1244

Expected CouchbaseException but got some other exception

    XMLWordPrintable

Details

    • Bug
    • Resolution: Unresolved
    • Major
    • 4.3.x
    • None
    • None
    • None

    Description

      Here, we are sending request:

      collection_command {
        collection {
          bucket_name: "default"
          scope_name: "_default"
          collection_name: "_default"
        }
        unlock {
          location {
            specific {
              collection {
                bucket_name: "default"
                scope_name: "_default"
                collection_name: "_default"
              }
              id: "65a689c7-d862-4feb-a7d8-0a3dc7af0ec8"
            }
          }
          cas: 1710109514166108160
        }
      } 

      But the node SDK is returning below execption:

      exception {
        other {
          name: "Error"
          serialized: "{}"
        }
      } 

      While we are expecting `CouchbaseException`

      Attachments

        Issue Links

          No reviews matched the request. Check your Options in the drop-down menu of this sections header.

          Activity

            People

              jared.casey Jared Casey
              aaliya.haque Aaliya Haque
              Votes:
              0 Vote for this issue
              Watchers:
              3 Start watching this issue

              Dates

                Created:
                Updated:

                Gerrit Reviews

                  There are no open Gerrit changes

                  PagerDuty