LayerError_Messages
ObjectAS_Layer

A listing of ASFile errors.



Enumeration Summary
 Enumeration
  ASFileErrors


Enumeration Detail
ASFileErrors
Product availability: Acrobat, Reader
Platform availability: Macintosh, Windows, UNIX

Syntax


File: AcroErr.h
Line: 2152

Elements
fileErrNoErr  

No error.

 
fileErrGeneral  

A file error has occurred.

 
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  

A file I/O error has occurred.

 
fileErrRead  

A file read error has occurred.

 
fileErrWrite  

A file write error has occurred.

 
fileErrEOF  

The end of file was reached unexpectedly.

 
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  

Another file already exists under the same name.

 
fileErrAlreadyOpen  

This file is already open or in use by another application.

 
fileErrPerm  

You do not have access to this file.

 
fileErrWrPerm  

You do not have permission to write to this file.

 
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.