CICS® Transaction Gateway Programming Reference v1.1.0.0

com.ibm.ctg.epi
Interface TerminalReturnCodes

All Known Implementing Classes:
EPIResourceAdapterRc, TerminalException

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

TERM_ERROR_BASE

static final int TERM_ERROR_BASE
Terminal specific error codes.

See Also:
Constant Field Values

TERM_ERROR_TOO_MUCH_DATA

static final int TERM_ERROR_TOO_MUCH_DATA
Too much data returned from CICS.

See Also:
Constant Field Values

TERM_ERROR_INTERNAL

static final int TERM_ERROR_INTERNAL
Internal error occurred.

See Also:
Constant Field Values

TERM_ERROR_NULL_TRANSID

static final int TERM_ERROR_NULL_TRANSID
Null transaction ID supplied.

See Also:
Constant Field Values

TERM_ERROR_INVALID_STATE

static final int TERM_ERROR_INVALID_STATE
Terminal state invalid for attempted action.

See Also:
Constant Field Values

TERM_ERROR_DEL_FAILED

static final int TERM_ERROR_DEL_FAILED
Terminal failed to delete.

See Also:
Constant Field Values

TERM_ERROR_NO_EQUIV_CCSID

static final int TERM_ERROR_NO_EQUIV_CCSID
No equivalent CCSid found for encoding.

See Also:
Constant Field Values

TERM_ERROR_NOT_EXTENDED

static final int TERM_ERROR_NOT_EXTENDED
Terminal defined cannot use these enhanced connect methods.

See Also:
Constant Field Values

TERM_ERROR_JGATE_NULL

static final int TERM_ERROR_JGATE_NULL
No JavaGateway or EPIGateway instance has been associated with this terminal.

See Also:
Constant Field Values

©Copyright IBM Corp. 1994, 2014
Legal