Class BookieProtocol.ErrorResponse

java.lang.Object
org.apache.bookkeeper.proto.BookieProtocol.Response
org.apache.bookkeeper.proto.BookieProtocol.ErrorResponse
Enclosing interface:
BookieProtocol

public static class BookieProtocol.ErrorResponse extends BookieProtocol.Response
An error response.
  • Constructor Details

    • ErrorResponse

      ErrorResponse(byte protocolVersion, byte opCode, int errorCode, long ledgerId, long entryId)