new EndBatchResponsePDU(ackSequence, connectionID, code, errorMessageArg, sequences) → {Kinetic}
Parameters:
Name | Type | Description |
---|---|---|
ackSequence |
number | monotically increasing number for each request in a TCP connection |
connectionID |
number | the connectionID received from the InitPDU |
code |
number | response code (SUCCESS, FAIL) |
errorMessageArg |
Buffer | Detailed error message. |
sequences |
Array.<number> | list of batched sequences |
- Source:
Returns:
- message structure following the kinetic protocol
- Type
- Kinetic