Class KeyValueErrorMapCodeHandledEvent

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

public class KeyValueErrorMapCodeHandledEvent extends AbstractEvent
Raised if an unknown error is decoded and handled through the KV error map.
  • Constructor Details

  • Method Details

    • errorCode

      public ErrorMap.ErrorCode errorCode()
    • description

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