Class FeaturesNegotiationFailedEvent

java.lang.Object
com.couchbase.client.core.cnc.AbstractEvent
com.couchbase.client.core.cnc.events.io.FeaturesNegotiationFailedEvent
All Implemented Interfaces:
Event

public class FeaturesNegotiationFailedEvent extends AbstractEvent
  • Constructor Details

    • FeaturesNegotiationFailedEvent

      public FeaturesNegotiationFailedEvent(IoContext ctx, short status)
  • Method Details

    • description

      public String description()
      Description copied from interface: Event
      A textual description with more information about the event.
      Returns:
      the description, if set.
    • status

      public short status()
      Returns the KV status which was not successful, useful for debugging.
      Returns:
      the unsuccessful status.