java.lang.Object
io.camunda.zeebe.test.broker.protocol.commandapi.ErrorResponse
All Implemented Interfaces:
BufferReader

public final class ErrorResponse extends Object implements BufferReader
  • Field Details

    • msgPackHelper

      protected final MsgPackHelper msgPackHelper
    • errorData

      protected String errorData
  • Constructor Details

    • ErrorResponse

      public ErrorResponse(MsgPackHelper msgPackHelper)
  • Method Details

    • 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