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

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

Syntax

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

Field Value

The ESI-specific return code.

Remarks

This property returns ESI-specific return codes only. If an ESI request fails due to an error within the Gateway daemon, this property will return EsiNoError. To determine whether the request completed successfully, check the value of ReturnCode.

See Also