java.lang.Object
com.couchbase.columnar.client.java.QueryWarning

@ThreadSafe public final class QueryWarning extends Object
Represents a single warning returned from the analytics engine.

Note that warnings are not terminal errors, but hints from the engine that something went not as expected.

  • Method Details Link icon

    • code Link icon

      public int code()
    • message Link icon

      public String message()
      Caveat: The content and structure of this message may change between Couchbase Server versions.
    • toString Link icon

      public String toString()
      Overrides:
      toString in class Object