Gets the 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)
public override int ReturnCode { get; }Public Overrides ReadOnly Property ReturnCode As Integer
Get
public:
virtual property int ReturnCode {
int get () override;
}Property Value
Type:
Int32
This property is a combination of
GatewayReturnCode and
EciReturnCode. If a request causes any non-zero return code,
it will be returned by this property. A
ReturnCode of zero
indicates the request completed successfully.
To obtain a string representation of the return code, use
ReturnCodeString.
Reference