LayerError_Messages
ObjectAV_Layer

A listing of AV_Layer errors.



Enumeration Summary
 Enumeration
  AcroViewErrors
  Extension-ManagerErrors
  GeneralErrors
  MacintoshApplicationErrors (Macintosh)
  MacintoshSystemErrors (Macintosh)
  RasterizerErrors
  UnixApplicationErrors (UNIX)
  UnixSystemErrors (UNIX)
  WindowsErrors (Windows)


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

Syntax


File: AcroErr.h
Line: 1574

Elements
avErrNoError  

No error.

 
avErrCantOpenMoreThanTenDocs  

No more than ten documents can be opened at a time.

 
avErrPrintJobTooBig  

There are too many pages to print.

 
avErrTooManyChars  

There is too much text to display. No more than 32,000 characters can be displayed.

 
avErrNoText  

There is no text.

 
avErrCantOpenDialog  

Acrobat cannot open this file. There is a modal dialog box open.

 
avErrActionExternal  

This action cannot be performed from within an external window.

 
avErrActionFullScreen  

This action cannot be performed during full screen mode.

 
avErrActionRestricted  

This action cannot be performed.

 
avErrCantOpenPrinting  

Acrobat cannot open this file while printing another document.

 
avErrBadAnnotationCopy  

Unregistered copy proc for the annotation object.

 
avErrBadActionCopy  

Unregistered copy proc for the action object.

 
avErrUpdateInternalError  

Unable to determine if a new update for this product exists.

 
avErrUpdateInternetError  

Unable to access the Internet.

 
avErrUpdateNoWebServices  

Web services are currently not available.

 
avErrBadThreadLinkError  

Unable to read the article because it is damaged or missing.

 
avInvalidPageRange  

Invalid page range.

 
avErrDownloadHelpError  

Unable to download the Adobe Reader Help file.

 
avSAInsufficientPermission  

Insufficient permission for this operation.

 
avSA128EncryptionPresent  

The operation failed due to the presence of 128-bit encryption in the PDF file.

 
avSerConErrConversionBusy  

The operation failed due to ongoing conversion.

 
avSerConErrNetworkNotConnected  

The operation failed due to Network being disconnected.

 
avSerConErrUploadingError  

The operation failed due to uploading failure.

 
avSerConErrConvertingError  

The operation failed due to converting failure.

 
avSerConErrDownloadingError  

The operation failed due to downloading failure.

Extension-ManagerErrors 
Product availability: Acrobat, Reader
Platform availability: Macintosh, Windows, UNIX

Syntax


File: AcroErr.h
Line: 2289

Elements
xmErrNoError  

No error.

 
xmErrOutOfDateHFT  

The plug-in was compiled with an out-of-date HFT.

 
xmErrNoPLUGResource  

The plug-in lacks a PLUG resource of ID 1.

 
xmErrPluginIncompatible  

The plug-in is incompatible with this version of the viewer.

 
xmErrInitializationFailed  

The plug-in failed to initialize.

 
xmErrDuplicatePluginName  

Two plug-ins are attempting to register with the same name.

 
xmErrCannotReplaceSelector  

There was an attempt to replace an unreplaceable selector.

 
xmErrCalledObsoleteProc  

An unimplemented function was called.

 
xmErrPluginLoadFailed  

The plug-in failed to load.

 
xmErrNotPrivileged  

Adobe Reader cannot load this plug-in.

 
xmErr68KOnly  

Only the 68K Viewer can load this plug-in.

 
xmErrPPCOnly  

Only the PowerPC Viewer can load this plug-in.

 
xmErrPlugInNotTrusted  

This is not a trusted plug-in.

 
xmErrPlugInNotCarbonized  

This plugin cannot load on Mac OS X.

 
xmErrPluginResourceMismatch  

The currently selected language resources are not supported by this plugin.

GeneralErrors 
Product availability: Acrobat, Reader
Platform availability: Macintosh, Windows, UNIX

Syntax


File: AcroErr.h
Line: 323

Elements
genErrNoError  

No error.

 
genErrGeneral  

An internal error occurred.

 
genErrNoMemory  

Out of memory.

 
genErrBadParm  

Bad parameter.

 
genErrListOverflow  

Operation or data is too complex.

 
genErrBadUnlock  

Attempt to release an unlocked object.

 
genErrExceptionStackOverflow  

Exception stack overflow.

 
genErrResourceLoadFailed  

Failed to load an application resource (internal error).

 
genErrNameAlreadyRegistered  

Attempt to register an object with a name already in use.

 
genErrMethodNotImplemented  

Attempt to call a method that has not been implemented.

 
genErrCanceled  

The user cancelled the operation.

 
genErrNoValidSerialNoFound  

No valid Acrobat serial number was found. Acrobat will now quit.

MacintoshApplicationErrors 
Product availability: Acrobat, Reader
Platform availability: Macintosh

Syntax


File: AcroErr.h
Line: 2679

Elements
mdAppErrNoError  

No error.

 
mdAppCantPrintToPDFWriter  

Cannot print to Acrobat PDFWriter.

 
mdAppNoDAsWhilePrint  

Please close all Desk Accessories before printing.

 
mdAppNoPrinter  

Printing is not possible until you have chosen a Printer using the Chooser.

 
mdAppAsstToolboxActive  

Background printing is not possible with the Assistant Toolbox system extension and loadable ATM.

 
mdAppIncorrectTTEmbed  

Some data in the embedded font was invalid. Some characters may not display or print correctly.

MacintoshSystemErrors 
Product availability: Acrobat, Reader
Platform availability: Macintosh

Syntax

enum MacintoshSystemErrors {
 cfMacNoErr = 0,
 
 cfMacdirFulErr = -33,
 
 cfMacdskFulErr = -34,
 
 cfMacnsvErr = -35,
 
 cfMacioErr = -36,
 
 cfMaceofErr = -39,
 
 cfMacfLckdErr = -45,
 
 cfMacvLckdErr = -46,
 
 cfMacfBsyErr = -47,
 
 cfMacdupFNErr = -48,
 
 cfMacopWrErr = -49,
 
 cfMacvolOffLinErr = -53,
 
 cfMacpermErr = -54,
 
 cfMacnoMacDskErr = -57,
 
 cfMacwrPermErr = -61,
 
 cfMacdsMemFullErr = -26,
 
 cfMacmemFullErr = -108,
 
 cfMacresNotFound = -192,
 
 cfMacGenPSErr = -8133,
 
 cfMaciIOAbort = -27,
 
 cfMaciPrSavPFil = -1,
 
 cfMacServerLostConnection = -1070
}

File: AcroErr.h
Line: 2565

Elements
cfMacNoErr  

No error (noErr).

 
cfMacdirFulErr  

The directory is full (dirFulErr).

 
cfMacdskFulErr  

The document's disk or the disk used for temporary files is full (dskFulErr).

 
cfMacnsvErr  

There is no such volume available (nsvErr).

 
cfMacioErr  

A file I/O error has occurred (ioErr).

 
cfMaceofErr  

The end of file was reached unexpectedly (eofErr).

 
cfMacfLckdErr  

This file is locked (fLckdErr).

 
cfMacvLckdErr  

This volume is locked and cannot be written to (vLckdErr).

 
cfMacfBsyErr  

This file is busy and cannot be deleted (fBsyErr).

 
cfMacdupFNErr  

Another file already exists under the same name (dupFNErr).

 
cfMacopWrErr  

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

 
cfMacvolOffLinErr  

This file's volume is not available (volOffLinErr).

 
cfMacpermErr  

You do not have permission to open this file (permErr).

 
cfMacnoMacDskErr  

This disk is not a Macintosh disk (noMacDskErr).

 
cfMacwrPermErr  

You do not have permission to write to this file (wrPermErr).

 
cfMacdsMemFullErr  

Out of memory (-26). (dsMemFullErr).

 
cfMacmemFullErr  

Out of memory (-108). (memFullErr).

 
cfMacresNotFound  

Tried to get a nonexistent resource (-192). (resNotFound).

 
cfMacGenPSErr  

PostScript error (-8133).

 
cfMaciIOAbort  

An I/O error has occurred (-27). (iIOAbort).

 
cfMaciPrSavPFil  

Error saving print file (-1).

 
cfMacServerLostConnection  

This file's server connection has closed down (aspParamErr).

RasterizerErrors 
Product availability: Acrobat, Reader
Platform availability: Macintosh, Windows, UNIX

Syntax

enum RasterizerErrors {
 rasErrNoError,
 
 rasErrInitFailed,
 
 rasErrCreatePort,
 
 rasErrDraw
}

File: AcroErr.h
Line: 2128

Elements
rasErrNoError  

No error.

 
rasErrInitFailed  

Initialization of the rasterizer module failed.

 
rasErrCreatePort  

Creation of the rasterizer port failed.

 
rasErrDraw  

A rasterizer error occurred.

UnixApplicationErrors 
Product availability: Acrobat, Reader
Platform availability: UNIX

Syntax


File: AcroErr.h
Line: 3032

Elements
mdAppErrNoError  

No error.

 
mdAppOpenMsgPartFailed  

Open Message partially failed.

 
mdAppOpenMsgFailed  

Open Message failed.

 
mdAppModalWindowOpen  

Modal window is open.

 
mdAppBadPropertyFormat  

Bad Property format.

 
mdAppGetPropertyError  

GetProperty error.

 
mdAppBadPlatformThing  

Bad AVWindow Platform Thing.

 
mdAppSIGBUS  

A bus error was caught.

 
mdAppSIGILL  

An illegal instruction was caught.

 
mdAppSIGSEGV  

A segmentation violation was caught.

 
mdAppSIGUnknown  

An unknown signal was caught.

 
mdAppLPTERM  

The print job terminated.

 
mdAppLPSTOP  

The print job stopped.

 
mdAppBadTmpDir  

Bad temporary directory resource.

UnixSystemErrors 
Product availability: Acrobat, Reader
Platform availability: UNIX

Syntax

enum UnixSystemErrors {
 mdSysNoErr = 0,
 
 mdSysEDOM = EDOM,
 
 mdSysERANGE = ERANGE,
 
 mdSysEPERM = EPERM,
 
 mdSysENOENT = ENOENT,
 
 mdSysESRCH = ESRCH,
 
 mdSysEINTR = EINTR,
 
 mdSysEIO = EIO,
 
 mdSysENXIO = ENXIO,
 
 mdSysEBADF = EBADF,
 
 mdSysEAGAIN = EAGAIN,
 
 mdSysENOMEM = ENOMEM,
 
 mdSysEACCES = EACCES,
 
 mdSysEEXIST = EEXIST,
 
 mdSysENOTDIR = ENOTDIR,
 
 mdSysEISDIR = EISDIR,
 
 mdSysENFILE = ENFILE,
 
 mdSysEMFILE = EMFILE,
 
 mdSysENOSPC = ENOSPC,
 
 mdSysEROFS = EROFS,
 
 mdSysEMLINK = EMLINK,
 
 mdSysENAMETOOLONG = ENAMETOOLONG,
 
 mdSysEFAULT = EFAULT
}

File: AcroErr.h
Line: 2878

Elements
mdSysNoErr  

No error.

 
mdSysEDOM  

The math argument is out of the domain of the function.

 
mdSysERANGE  

The math result cannot be represented.

 
mdSysEPERM  

Not the super user.

 
mdSysENOENT  

No such file or directory.

 
mdSysESRCH  

No such process.

 
mdSysEINTR  

The system call was interrupted.

 
mdSysEIO  

I/O error.

 
mdSysENXIO  

No such device or address.

 
mdSysEBADF  

Bad file number.

 
mdSysEAGAIN  

No more processes allowed.

 
mdSysENOMEM  

Not enough core memory.

 
mdSysEACCES  

Permission is denied.

 
mdSysEEXIST  

The file exists.

 
mdSysENOTDIR  

Not a directory.

 
mdSysEISDIR  

Is a directory.

 
mdSysENFILE  

File table overflow.

 
mdSysEMFILE  

Too many open files.

 
mdSysENOSPC  

No space is left on the device.

 
mdSysEROFS  

Read-only file system.

 
mdSysEMLINK  

Too many links.

 
mdSysENAMETOOLONG  

The file name was too long.

 
mdSysEFAULT  

Illegal address.

WindowsErrors 
Product availability: Acrobat, Reader
Platform availability: Windows

Syntax

enum WindowsErrors {
 WinBadFileErr = 2,
 
 WinBadPathErr = 3,
 
 WinTooManyErr = 4,
 
 WinAccessErr = 5,
 
 WinBadHdlErr = 6,
 
 WinMemErr = 8,
 
 WinBadDiskErr = 11,
 
 WinBadDriveErr = 15,
 
 WinWrPermErr = 19,
 
 WinNotDosErr = 26,
 
 WinGeneralErr = 31,
 
 WinShareErr = 32,
 
 WinLockErr = 33,
 
 WinDeviceErr = 39,
 
 WinExistsErr = 80
}

File: AcroErr.h
Line: 2714

Elements
WinBadFileErr  

The file does not exist.

 
WinBadPathErr  

The path does not exist.

 
WinTooManyErr  

There are too many open files.

 
WinAccessErr  

Access denied.

 
WinBadHdlErr  

Bad file handle.

 
WinMemErr  

Not enough memory.

 
WinBadDiskErr  

Badly formatted disk.

 
WinBadDriveErr  

Invalid drive.

 
WinWrPermErr  

You do not have write permission.

 
WinNotDosErr  

Not an MS-DOS disk.

 
WinGeneralErr  

General failure.

 
WinShareErr  

Sharing violation.

 
WinLockErr  

Lock violation.

 
WinDeviceErr  

Device does not exist.

 
WinExistsErr  

File already exists.