Defines return codes returned by a Gateway daemon.

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

Syntax

C#
public enum GatewayReturnCode
Visual Basic (Declaration)
Public Enumeration GatewayReturnCode
Visual C++
public enum class GatewayReturnCode

Members

Member nameDescription
CtgNoError
No error.
CtgErrUnknownRequestType
The request type is not recognized by the Gateway daemon.
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 internal 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.
CtgErrSystemError
An internal system error occurred.

See Also