Class AnalyticsWarning

java.lang.Object
com.couchbase.client.java.analytics.AnalyticsWarning

public class AnalyticsWarning 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

    • code

      public int code()
    • message

      public String message()
    • toString

      public String toString()
      Overrides:
      toString in class Object