Uploaded image for project: 'C++ Couchbase Client'
  1. C++ Couchbase Client
  2. CXXCBC-93

Analytics metadata status should be an enum per the RFC

    XMLWordPrintable

Details

    • Improvement
    • Resolution: Fixed
    • Major
    • 1.0.0-beta.3
    • None
    • None
    • None
    • 1
    • SDK28: C++, ES8, KV RS

    Description

      Rather than a string the status could be decoded into an enum

       

      enum AnalyticsStatus {
          RUNNING,
          SUCCESS,
          ERRORS,
          COMPLETED,
          STOPPED,
          TIMEOUT,
          CLOSED,
          FATAL,
          ABORTED,
          UNKNOWN
      }
      

      Attachments

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

        Activity

          People

            charles.dixon Charles Dixon
            jake.rawsthorne Jake Rawsthorne
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved:

              Gerrit Reviews

                There are no open Gerrit changes