GatewayReturnCode Enumeration

CICS Transaction Gateway V9.3.0.0
Defines return codes returned by a Gateway daemon.

Namespace:  IBM.CTG
Assembly:  IBM.CTG.Client (in IBM.CTG.Client.dll) Version: 9.1.0.0 (9.1.0.4)
Syntax

public enum GatewayReturnCode
Members

  Member nameValueDescription
CtgNoError0No error.
CtgErrUnknownRequestType61442 Obsolete. Obsolete. No longer used.
CtgErrGatewayClosed61444The Gateway daemon is closing.
CtgErrWorkWasRefused61445The Gateway daemon refused the request because no worker threads were available or the Gateway daemon is closing.
CtgErrExceptionInGateway61446An exception occurred in the Gateway daemon.
CtgErrGatewayBackLevel61450The connection failed because the Gateway daemon is at an earlier product release than the Client application.
CtgErrInvalidRequestType61451The protocol handler for the port that the Client application is connected to does not accept the request type sent. This can occur if your application connects to the Gateway daemon statistics port instead of the TCP/IP port.
CtgErrSystemError-9An internal system error occurred. If the problem persists, collect application and Gateway daemon trace and contact your IBM service representative.
See Also

Reference