com.ibm.ctg.epi

Interface TerminalReturnCodes

  • All Known Implementing Classes:
    TerminalException


    public interface TerminalReturnCodes
    This interface holds terminal specific error codes.
    • 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, 2013
Legal