Gets the ECI return code from the most recent flow of this request.

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

Syntax

C#
public EciReturnCode EciReturnCode { get; }
Visual Basic (Declaration)
Public ReadOnly Property EciReturnCode As EciReturnCode
Visual C++
public:
property EciReturnCode EciReturnCode {
	EciReturnCode get ();
}

Property Value

The ECI-specific return code.

Remarks

If an ECI request fails due to an error within the CICS Transaction Gateway, this property will return EciNoError. To determine whether the request completed successfully, check the value of ReturnCode.

See Also