Defines External Call Interface (ECI) return codes.
Namespace:
IBM.CTGAssembly: IBM.CTG.Client (in IBM.CTG.Client.dll) Version: 1.0.0.0
Syntax
C# |
---|
public enum EciReturnCode |
Visual Basic (Declaration) |
---|
Public Enumeration EciReturnCode |
Visual C++ |
---|
public enum class EciReturnCode |
Members
Member name | Description | |
---|---|---|
EciNoError | No error. | |
EciErrInvalidDataLength | The supplied COMMAREA is too large. | |
EciErrResourceShortage | There were insufficient resources to complete the request. | |
EciErrNoSessions | There were insufficient communication resources to complete the request. | |
EciErrInvalidExtendMode | The ExtendMode property is not valid. | |
EciErrUnknownServer | The requested CICS server could not be located. | |
EciErrSecurityError | ||
EciErrMaxSystems | The maximum number of CICS server connections has been reached. | |
EciErrMaxSessions | There were insufficient communication resources to complete the request. | |
EciErrNoCics | The specified CICS server is not available. | |
EciErrRolledBack | The CICS server was unable to commit the logical unit of work, and backed out the changes. | |
EciErrCicsDied | The specified server is no longer available. | |
EciErrRequestTimeout | The application did not continue a logical unit of work (LUW) within the timeout period defined in the active CICS profile. | |
EciErrResponseTimeout | The ECI call timed out. | |
EciErrTransactionAbend | The CICS transaction abended. | |
EciErrLuwToken | The LuwToken property is not valid. |