2.2.4.2 TRUN_TIPPROXYGATEWAY_PUSHERROR

The TRUN_TIPPROXYGATEWAY_PUSHERROR enumeration defines the error values for a push request that is initiated by a TIP interoperability application.

 typedef  enum 
 {
   TRUN_TIPPROXYGATEWAY_PUSHERROR_TIPCONNECTERROR = 0x00000004,
   TRUN_TIPPROXYGATEWAY_PUSHERROR_TIPERROR = 0x00000005,
   TRUN_TIPPROXYGATEWAY_PUSHERROR_TIPDISABLED = 0x00000006
 } TRUN_TIPPROXYGATEWAY_PUSHERROR;

TRUN_TIPPROXYGATEWAY_PUSHERROR_TIPCONNECTERROR:  The push propagation failed due to a connectivity error.

TRUN_TIPPROXYGATEWAY_PUSHERROR_TIPERROR:  The push propagation failed due to a nonspecific error.

TRUN_TIPPROXYGATEWAY_PUSHERROR_TIPDISABLED:  The push propagation failed because the TIP interoperability functionality is disabled.