com.ibm.ctg.client

Interface TFileReturnCodes

  • All Known Implementing Classes:
    TFileException


    public interface TFileReturnCodes
    Constant values representing return codes reported when a TFileException is thrown.
    • Field Detail

      • TFILE_ERR_UNKNOWN

        static final int TFILE_ERR_UNKNOWN
        An unknown error occurred
        See Also:
        Constant Field Values
      • TFILE_ERR_INVALID_PATH

        static final int TFILE_ERR_INVALID_PATH
        The path or file name is invalid
        See Also:
        Constant Field Values
      • TFILE_ERR_PERMISSION_DENIED

        static final int TFILE_ERR_PERMISSION_DENIED
        The file permissions do not allow write access
        See Also:
        Constant Field Values
      • TFILE_ERR_DIRECTORY

        static final int TFILE_ERR_DIRECTORY
        The filename specified is a directory
        See Also:
        Constant Field Values
      • TFILE_ERR_CHANGE_WHEN_RUNNING

        static final int TFILE_ERR_CHANGE_WHEN_RUNNING
        The JNI trace file name cannot be changed while JNI tracing is enabled
        See Also:
        Constant Field Values
©Copyright IBM Corp. 1994, 2013
Legal