2.2.4.1 TRUN_TIPPROXYGATEWAY_PULLERROR
The TRUN_TIPPROXYGATEWAY_PULLERROR enumeration defines the error values for a pull request that is initiated by a TIP interoperability application.
-
typedef enum { TRUN_TIPPROXYGATEWAY_PULLERROR_TIPCONNECTERROR = 0x00000003, TRUN_TIPPROXYGATEWAY_PULLERROR_TIPNOTPULLED = 0x00000004, TRUN_TIPPROXYGATEWAY_PULLERROR_TIPERROR = 0x00000005, TRUN_TIPPROXYGATEWAY_PULLERROR_TIPDISABLED = 0x00000006 } TRUN_TIPPROXYGATEWAY_PULLERROR;
TRUN_TIPPROXYGATEWAY_PULLERROR_TIPCONNECTERROR: The pull propagation failed due to a connectivity error.
TRUN_TIPPROXYGATEWAY_PULLERROR_TIPNOTPULLED: The pull propagation failed because the remote TIP transaction manager responded with a NOTPULLED TIP verb. For information about NOTPULLED, see [RFC2371] section 13.
TRUN_TIPPROXYGATEWAY_PULLERROR_TIPERROR: The pull propagation failed due to a nonspecific error.
TRUN_TIPPROXYGATEWAY_PULLERROR_TIPDISABLED: The pull propagation failed because the TIP interoperability functionality is disabled.