Defines return codes returned by a Gateway daemon.

Namespace:  IBM.CTG
Assembly:  IBM.CTG.Client (in IBM.CTG.Client.dll) Version: 9.0.0.0

Syntax

C#
public enum GatewayReturnCode
Visual Basic
Public Enumeration GatewayReturnCode
Visual C++
public enum class GatewayReturnCode

Members

Member nameDescription
CtgNoError
No error.
CtgErrUnknownRequestType Obsolete.
Obsolete. No longer used.
CtgErrGatewayClosed
The Gateway daemon is closing.
CtgErrWorkWasRefused
The Gateway daemon refused the request because no worker threads were available or the Gateway daemon is closing.
CtgErrExceptionInGateway
An exception occurred in the Gateway daemon.
CtgErrGatewayBackLevel
The connection failed because the Gateway daemon is at an earlier product release than the Client application.
CtgErrInvalidRequestType
The 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
An internal system error occurred. If the problem persists, collect application and Gateway daemon trace and contact your IBM service representative.

See Also