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

java SDK API docs links to exceptions are broken

    XMLWordPrintable

Details

    • Bug
    • Resolution: Won't Fix
    • Major
    • None
    • None
    • sdk

    Description

      https://docs.couchbase.com/sdk-api/couchbase-java-client/

      Then look at a method, like get(), which describes the exceptions that are thrown...

      {{
      Throws:
      DocumentNotFoundException - the given document id is not found in the collection.
      TimeoutException - if the operation times out before getting a result.
      CouchbaseException - for all other error reasons (acts as a base type and catch-all).
      }}

      All those links are broken.

      This is important for programmers as they need to know what kind of exception those are – are they runtime exceptions vs non-runtime? What fields or additional data are available in those exceptions? etc

      Attachments

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

        Activity

          People

            pablo.silberkasten Pablo Silberkasten (Inactive)
            steve Steve Yen
            Votes:
            0 Vote for this issue
            Watchers:
            3 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved:

              Gerrit Reviews

                There are no open Gerrit changes

                PagerDuty