Class ErrorResponse

    • Field Detail

      • errorData

        protected String errorData
    • Constructor Detail

      • ErrorResponse

        public ErrorResponse​(MsgPackHelper msgPackHelper)
    • Method Detail

      • getErrorCode

        public ErrorCode getErrorCode()
      • getErrorData

        public String getErrorData()
      • wrap

        public void wrap​(org.agrona.DirectBuffer responseBuffer,
                         int offset,
                         int length)
        Specified by:
        wrap in interface BufferReader