Response

The <rollbackResp> response returns the results of aborting a database transaction.

Response Format

lengthInBytes
<rollbackResp [id="id"]>
[
    originalXMLRequest
]
    <res error="error" affected="affected" [description="description"]/>
</rollbackResp>

Parameters

The parameters for all of the XML response commands are shown in XML Response Messages.

Error Codes

Table 1 lists the common error codes for the <rollbackResp> command. See SDS Response Message Error Codes for a full list of error codes.
<rollbackResp> Error Codes (XML)
Return Code Description
SUCCESS Database transaction was aborted successfully.
NO_ACTIVE_TXN A transaction is not currently open on this connection.