public interface EPIEndReasonCodes
Modifier and Type | Field and Description |
---|---|
static java.lang.String[] |
astrEndReason
Error code enumeration.
|
static int |
EPI_END_FAILED
An attempt to delete the terminal resource failed.
|
static int |
EPI_END_OUTSERVICE
The terminal resource has been switched out of service.
|
static int |
EPI_END_SHUTDOWN
The CICS Server is shutting down.
|
static int |
EPI_END_SIGNOFF
Terminal was signed off.
|
static int |
EPI_END_UNKNOWN
An unexpected error occurred.
|
static int |
EPI_READTIMEOUT_EXPIRED
Conversational transaction timed out.
|
static int |
EPI_TRAN_NO_ERROR
Transaction ended without error.
|
static int |
EPI_TRAN_NOT_STARTED
Transaction failed to start.
|
static int |
EPI_TRAN_STATE_UNKNOWN
Transaction failed to complete.
|
static java.lang.String |
strINVALID_END_REASON |
static final int EPI_TRAN_NO_ERROR
static final int EPI_TRAN_NOT_STARTED
static final int EPI_TRAN_STATE_UNKNOWN
static final int EPI_READTIMEOUT_EXPIRED
static final int EPI_END_SIGNOFF
static final int EPI_END_SHUTDOWN
static final int EPI_END_OUTSERVICE
static final int EPI_END_UNKNOWN
static final int EPI_END_FAILED
static final java.lang.String[] astrEndReason
static final java.lang.String strINVALID_END_REASON