The ENDUOWRM packet is sent by the server after a commit. It contains information about the state of the transaction.
The most common properties are:
SVRCOD (int): the severity code, zero if all is well
RLSCONV (byte): indicates whether the connection should be reused. Valid values are:
0xF0: do not reuse connection
0xF2: connection should be reused
0xF3: do not terminate or resue
RDBNAME (string): the name of the database
context.packet.SVRCOD = 4; // 4 == warning