|
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 TFileReturnCodes
Constant values representing return codes reported when a
TFileException
is thrown.
Field Summary | |
---|---|
static int |
TFILE_ERR_CHANGE_WHEN_RUNNING
The JNI trace file name cannot be changed while JNI tracing is enabled |
static int |
TFILE_ERR_DIRECTORY
The filename specified is a directory |
static int |
TFILE_ERR_INVALID_PATH
The path or file name is invalid |
static int |
TFILE_ERR_PERMISSION_DENIED
The file permissions do not allow write access |
static int |
TFILE_ERR_UNKNOWN
An unknown error occurred |
static int |
TFILE_NO_ERROR
No error occurred |
Field Detail |
---|
static final int TFILE_NO_ERROR
static final int TFILE_ERR_UNKNOWN
static final int TFILE_ERR_INVALID_PATH
static final int TFILE_ERR_PERMISSION_DENIED
static final int TFILE_ERR_DIRECTORY
static final int TFILE_ERR_CHANGE_WHEN_RUNNING
|
©Copyright IBM Corp. 1994, 2014 Legal |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |