2.2.6.7 TRUN_TXIMPORT_ERRORS

The TRUN_TXIMPORT_ERRORS enumeration defines the completion status values for requests to import a transaction or abort a transaction that was previously imported.

 typedef  enum 
 {
   TRUN_TXIMPORT_ERROR_NO_MEM = 1,
   TRUN_TXIMPORT_ERROR_IMPORT_TX_NOT_FOUND = 20,
   TRUN_TXIMPORT_ERROR_NOTIFY_ABORTED = 30,
   TRUN_TXIMPORT_ERROR_NOTIFY_COMMITTED = 31,
   TRUN_TXIMPORT_ERROR_NOTIFY_INDOUBT = 32
 } TRUN_TXIMPORT_ERRORS;

TRUN_TXIMPORT_ERROR_NO_MEM:  There was not enough memory to complete the operation.

TRUN_TXIMPORT_ERROR_IMPORT_TX_NOT_FOUND:  The specified transaction was not found.

TRUN_TXIMPORT_ERROR_NOTIFY_ABORTED:  The transaction aborted.

TRUN_TXIMPORT_ERROR_NOTIFY_COMMITTED:  The transaction committed.

TRUN_TXIMPORT_ERROR_NOTIFY_INDOUBT:  The transaction completed, but the outcome could not be determined.