Class FeaturesNegotiationFailedEvent
java.lang.Object
com.couchbase.client.core.cnc.AbstractEvent
com.couchbase.client.core.cnc.events.io.FeaturesNegotiationFailedEvent
- All Implemented Interfaces:
Event
-
Nested Class Summary
Nested classes/interfaces inherited from interface com.couchbase.client.core.cnc.Event
Event.Category, Event.Severity
-
Field Summary
Fields inherited from interface com.couchbase.client.core.cnc.Event
CATEGORY_PREFIX
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionA textual description with more information about the event.short
status()
Returns the KV status which was not successful, useful for debugging.Methods inherited from class com.couchbase.client.core.cnc.AbstractEvent
category, context, created, createdAt, duration, severity, toString
-
Constructor Details
-
FeaturesNegotiationFailedEvent
-
-
Method Details
-
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.
-