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
Members
| Member name | Value | Description | |
|---|---|---|---|
| EciErr2JWTInvalid | -40 | The JWT is not valid. Validate whether the JWT configuration is correct or whether a valid JWT is sent with ECIRequest. | |
| EciErr2JWTExpired | -41 | The JWT token is expired. Refresh the token and set the JWT for a ECIRequest object. | |
| EciErr2JWTInvalidAlgorithm | -42 | The 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