Class ErrorMapLoadingFailedEvent

  • All Implemented Interfaces:
    Event

    public class ErrorMapLoadingFailedEvent
    extends AbstractEvent
    If loading the KV error map for some reason fails, this event will capture the KV status code.
    • Constructor Detail

      • ErrorMapLoadingFailedEvent

        public ErrorMapLoadingFailedEvent​(IoContext ctx,
                                          Duration duration,
                                          short status)
    • Method Detail

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