Class ErrorMapLoadedEvent

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

public class ErrorMapLoadedEvent extends AbstractEvent
The KV error map got negotiated loaded from the server.

Note that it still can be empty (so we got a successful response from the server but no map was provided).

  • Constructor Details

  • Method Details

    • errorMap

      public Optional<ErrorMap> errorMap()
      Returns the error map if present.
      Returns:
      the error map if present.
    • description

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