public interface ESIReturnCodes
Modifier and Type | Field and Description |
---|---|
static java.lang.String[] |
astrCics_Rc
Error code enumeration.
|
static int |
ESI_ERR_CALL_FROM_CALLBACK
The call was made from a Client daemon callback routine.
|
static int |
ESI_ERR_CICS_DIED
Communication with the target CICS server was interrupted during
the request.
|
static int |
ESI_ERR_MAX_SESSIONS
There are insufficient communication resources to complete the
request.
|
static int |
ESI_ERR_MAX_SYSTEMS
The CICS TG has reached its limit on the maximum number of CICS
servers.
|
static int |
ESI_ERR_NO_CICS
Communication with the target CICS server could not be established.
|
static int |
ESI_ERR_NO_SESSIONS
There are insufficient communication resources to communicate with
the target CICS server.
|
static int |
ESI_ERR_NULL_NEW_PASSWORD
The new password supplied was an empty string or NULL.
|
static int |
ESI_ERR_NULL_OLD_PASSWORD
The current password supplied was an empty string or NULL.
|
static int |
ESI_ERR_NULL_PASSWORD
The password supplied was an empty string or NULL.
|
static int |
ESI_ERR_NULL_USERID
The user ID supplied was an empty string or NULL.
|
static int |
ESI_ERR_PASSWORD_EXPIRED
The password or password phrase has expired.
|
static int |
ESI_ERR_PASSWORD_INVALID
The password or password phrase is invalid.
|
static int |
ESI_ERR_PASSWORD_REJECTED
The new password or password phrase does not conform to the standards
defined by the External Security Manager.
|
static int |
ESI_ERR_PEM_NOT_ACTIVE
Password Expiry Management is not enabled on the CICS server or the
request was rejected by the active
CICSRequestExit . |
static int |
ESI_ERR_PEM_NOT_SUPPORTED
Password Expiry Management is not supported by the CICS server or is
not supported for the protocol used to communicate with the CICS server.
|
static int |
ESI_ERR_RESOURCE_SHORTAGE
There are insufficient resources to communicate with the target
CICS server; details might be available in the CICS TG error log
files.
|
static int |
ESI_ERR_SECURITY_ERROR
An error was detected by the External Security Manager.
|
static int |
ESI_ERR_SYSTEM_ERROR
An internal system error has occurred.
|
static int |
ESI_ERR_UNKNOWN_SERVER
The target CICS server is unknown to the Gateway daemon.
|
static int |
ESI_ERR_USERID_INVALID
The user ID is not known to the External Security Manager.
|
static int |
ESI_NO_ERROR
The function completed normally.
|
static int[] |
rcLookup |
static final int ESI_NO_ERROR
static final int ESI_ERR_NO_CICS
static final int ESI_ERR_CICS_DIED
static final int ESI_ERR_SYSTEM_ERROR
static final int ESI_ERR_RESOURCE_SHORTAGE
static final int ESI_ERR_NO_SESSIONS
static final int ESI_ERR_UNKNOWN_SERVER
static final int ESI_ERR_CALL_FROM_CALLBACK
static final int ESI_ERR_SECURITY_ERROR
static final int ESI_ERR_MAX_SYSTEMS
static final int ESI_ERR_MAX_SESSIONS
static final int ESI_ERR_NULL_USERID
static final int ESI_ERR_NULL_OLD_PASSWORD
static final int ESI_ERR_NULL_NEW_PASSWORD
static final int ESI_ERR_PEM_NOT_SUPPORTED
static final int ESI_ERR_PEM_NOT_ACTIVE
CICSRequestExit
.static final int ESI_ERR_PASSWORD_EXPIRED
static final int ESI_ERR_PASSWORD_INVALID
static final int ESI_ERR_PASSWORD_REJECTED
static final int ESI_ERR_USERID_INVALID
static final int ESI_ERR_NULL_PASSWORD
static final java.lang.String[] astrCics_Rc
static final int[] rcLookup