EciReturnCode2 Enumeration

CICS Transaction Gateway V10.1.0.0
Defines External Call Interface (ECI) secondary return codes.

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

public enum EciReturnCode2
Members

  Member nameValueDescription
EciErr2JWTInvalid-40The JWT is not valid. Validate whether the JWT configuration is correct or whether a valid JWT is sent with ECIRequest.
EciErr2JWTExpired-41The JWT token is expired. Refresh the token and set the JWT for a ECIRequest object.
EciErr2JWTInvalidAlgorithm-42The JWT signature signed using an invalid algorithm. Validate the JWT configuration in CICS TG or whether a valid token is sent with ECIRequest.
See Also

Reference