Class QueryException

  • All Implemented Interfaces:
    Serializable

    public class QueryException
    extends CouchbaseException
    There was a problem fulfilling the query request.

    Check errors() for further details. TODO: needs to go away once all the manaagement APIs are refactored

    Since:
    2.0.0
    See Also:
    Serialized Form
    • Method Detail

      • msg

        public String msg()
        Returns a human-readable description of the error, as reported by the query service.
      • hasErrorCode

        public boolean hasErrorCode​(int code)