Uploaded image for project: 'Couchbase Documentation'
  1. Couchbase Documentation
  2. DOC-8909

.NET SDK Missing documentation on Exception MutateInAsync

    XMLWordPrintable

Details

    • Task
    • Resolution: Unresolved
    • Major
    • None
    • SDK-3.1
    • sdk
    • .Net SDK 3.1.*

    Description

      Lack of documentation on MutateInAsync Exception caused by PathExistsException if the item already exists.

      Example Query: 

      ```

       

      await collection.MutateInAsync(key, builder =>

      {    builder.ArrayAddUnique(path: "unique_items", value: "foo", createPath: true); }

      );

      ```

      The issue https://issues.couchbase.com/browse/NCBC-2831 describes this gap according to the Transaction RFC. However there is no relevant documentation of this Exception in the new Documentation for .net SDK 3.1.*

      Attachments

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

        Activity

          People

            hakim.cassimally Hakim Cassimally
            jay.patel Jay Patel (Inactive)
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

            Dates

              Created:
              Updated:

              Gerrit Reviews

                There are no open Gerrit changes

                PagerDuty