Class QueryWarning

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

public class QueryWarning
extends Object
Represents a single warning returned from the query engine.

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

  • Method Details

    • code

      public int code()
    • message

      public String message()
    • toString

      public String toString()
      Overrides:
      toString in class Object