EsiVerifyRequestEsiReturnCode Property

CICS Transaction Gateway V10.1.0.0
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: 10.1.0.0 (10.1.0.0)
Syntax

public EsiReturnCode EsiReturnCode { get; }

Property Value

Type: EsiReturnCode
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

Reference