Class 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).

    • Method Detail

      • 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.