|
CICS® Transaction Gateway Programming Reference v1.1.0.0 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface TerminalReturnCodes
This interface holds terminal specific error codes.
Field Summary | |
---|---|
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. |
Field Detail |
---|
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
|
©Copyright IBM Corp. 1994, 2014 Legal |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |