Acrobat API Reference | All Layers | All Objects | Index | Samples | Frames | ![]() |
AV_Layer | Enumerations | |
Enumeration | ||
---|---|---|
AcroViewErrors
|
||
Extension-ManagerErrors
|
||
GeneralErrors
|
||
MacintoshApplicationErrors (Macintosh)
|
||
MacintoshSystemErrors (Macintosh)
|
||
RasterizerErrors
|
||
UnixApplicationErrors (UNIX)
|
||
UnixSystemErrors (UNIX)
|
||
WindowsErrors (Windows)
|
AcroViewErrors |
Product availability: Acrobat, Reader |
Platform availability: Macintosh, Windows, UNIX |
enum AcroViewErrors {
File: AcroErr.h |
Line: 1574 |
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 |
enum Extension-ManagerErrors {
File: AcroErr.h |
Line: 2289 |
xmErrNoError | No error. |
|
xmErrOutOfDateHFT | The plug-in was compiled with an out-of-date HFT. |
|
xmErrNoPLUGResource | The plug-in lacks a |
|
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 |
enum GeneralErrors {
File: AcroErr.h |
Line: 323 |
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 |
enum MacintoshApplicationErrors {
mdAppErrNoError,
mdAppCantPrintToPDFWriter,
mdAppNoDAsWhilePrint,
mdAppNoPrinter,
mdAppAsstToolboxActive,
mdAppIncorrectTTEmbed
}
File: AcroErr.h |
Line: 2679 |
mdAppErrNoError | No error. |
|
mdAppCantPrintToPDFWriter | Cannot print to Acrobat PDFWriter. |
|
mdAppNoDAsWhilePrint | ||
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 |
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 |
cfMacNoErr | No error ( |
|
cfMacdirFulErr | The directory is full ( |
|
cfMacdskFulErr | The document's disk or the disk used for temporary files is full ( |
|
cfMacnsvErr | There is no such volume available ( |
|
cfMacioErr | ||
cfMaceofErr | ||
cfMacfLckdErr | This file is locked ( |
|
cfMacvLckdErr | This volume is locked and cannot be written to ( |
|
cfMacfBsyErr | This file is busy and cannot be deleted ( |
|
cfMacdupFNErr | ||
cfMacopWrErr | This file is already open or in use by another application ( |
|
cfMacvolOffLinErr | This file's volume is not available ( |
|
cfMacpermErr | ||
cfMacnoMacDskErr | ||
cfMacwrPermErr | You do not have permission to write to this file ( |
|
cfMacdsMemFullErr | Out of memory ( |
|
cfMacmemFullErr | Out of memory ( |
|
cfMacresNotFound | Tried to get a nonexistent resource ( |
|
cfMacGenPSErr | PostScript error ( |
|
cfMaciIOAbort | An I/O error has occurred ( |
|
cfMaciPrSavPFil | Error saving print file ( |
|
cfMacServerLostConnection | This file's server connection has closed down ( |
RasterizerErrors |
Product availability: Acrobat, Reader |
Platform availability: Macintosh, Windows, UNIX |
enum RasterizerErrors {
rasErrNoError,
rasErrInitFailed,
rasErrCreatePort,
rasErrDraw
}
File: AcroErr.h |
Line: 2128 |
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 |
enum UnixApplicationErrors {
File: AcroErr.h |
Line: 3032 |
mdAppErrNoError | No error. |
|
mdAppOpenMsgPartFailed | Open Message partially failed. |
|
mdAppOpenMsgFailed | Open Message failed. |
|
mdAppModalWindowOpen | ||
mdAppBadPropertyFormat | Bad |
|
mdAppGetPropertyError |
|
|
mdAppBadPlatformThing | ||
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 |
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 |
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 | ||
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 | ||
mdSysEROFS | Read-only file system. |
|
mdSysEMLINK | Too many links. |
|
mdSysENAMETOOLONG | ||
mdSysEFAULT | Illegal address. |
WindowsErrors |
Product availability: Acrobat, Reader |
Platform availability: Windows |
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 |
WinBadFileErr | The file does not exist. |
|
WinBadPathErr | The path does not exist. |
|
WinTooManyErr | There are too many open files. |
|
WinAccessErr | Access denied. |
|
WinBadHdlErr | ||
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. |