public interface TerminalReturnCodes
Modifier and Type | Field and Description |
---|---|
static int |
TERM_ERROR_BASE
Terminal specific error codes.
|
static int |
TERM_ERROR_DEL_FAILED
Terminal failed to delete.
|
static int |
TERM_ERROR_INTERNAL
Internal error occurred.
|
static int |
TERM_ERROR_INVALID_STATE
Terminal state invalid for attempted action.
|
static int |
TERM_ERROR_JGATE_NULL
No JavaGateway or EPIGateway instance has been associated with this terminal.
|
static int |
TERM_ERROR_NO_EQUIV_CCSID
No equivalent CCSid found for encoding.
|
static int |
TERM_ERROR_NOT_EXTENDED
Terminal defined cannot use these enhanced connect methods.
|
static int |
TERM_ERROR_NULL_TRANSID
Null transaction ID supplied.
|
static int |
TERM_ERROR_TOO_MUCH_DATA
Too much data returned from CICS.
|
static final int TERM_ERROR_BASE
static final int TERM_ERROR_TOO_MUCH_DATA
static final int TERM_ERROR_INTERNAL
static final int TERM_ERROR_NULL_TRANSID
static final int TERM_ERROR_INVALID_STATE
static final int TERM_ERROR_DEL_FAILED
static final int TERM_ERROR_NO_EQUIV_CCSID
static final int TERM_ERROR_NOT_EXTENDED
static final int TERM_ERROR_JGATE_NULL