Enumeration | ||
---|---|---|
ASFileErrors |
Product availability: Acrobat, Reader |
Platform availability: Macintosh, Windows, UNIX |
enum ASFileErrors {
File: AcroErr.h |
Line: 2152 |
fileErrNoErr | No error. |
|
fileErrGeneral | ||
fileErrDirFull | The directory is full. |
|
fileErrDiskFull | The document's disk or the disk used for temporary files is full. |
|
fileErrNSV | The disk containing this file is not available. |
|
fileErrIO | ||
fileErrRead | ||
fileErrWrite | ||
fileErrEOF | ||
fileErrLocked | This file is locked. |
|
fileErrVLocked | This disk is locked and cannot be written to. |
|
fileErrBusy | This file is busy and cannot be deleted. |
|
fileErrExists | ||
fileErrAlreadyOpen | ||
fileErrPerm | You do not have access to this file. |
|
fileErrWrPerm | ||
fileErrFNF | This file cannot be found. |
|
fileErrOpenFailed | File open failed. |
|
fileErrBytesNotReady | The bytes are not ready. |
|
fileErrUserRequestedStop | The user requested a stop. |
|
fileErrIOTimeout | A file I/O error has occurred. The file connection timed out. |
|
fileErrReadBlocked | A file I/O error has occurred. The file is blocked while reading. |
|
fileErrNotADir | This operation can only be performed on a folder. |
|
fileErrTempCreate | A uniquely named temporary file could not be created. Please restart the application and try again. |
|
fileErrTooBig | This file is too big for the current operation. |