|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface esriPDFExtensionErrorCodes
PDF Extension errors.
Field Summary | |
---|---|
static int |
E_AFTERSAVE
Documents saved successfully, error ocured after save.Close and reopen doc. |
static int |
E_BADPARAMETER
Bad parameter |
static int |
E_DIRFULL
Directory is full |
static int |
E_DISKFULL
Document or temp disk is full. |
static int |
E_FILEACCESSDENIED
Do not have access to this file. |
static int |
E_FILEACCESSNOWRITE
Do not have write access to this file. |
static int |
E_FILEALREADYOPEN
File is already open. |
static int |
E_FILEERROR
A File error has occured |
static int |
E_FILEEXISTS
A file with same name already exists. |
static int |
E_FILEINUSE
The file is already open or in use. |
static int |
E_FILEIO
A file I/O error has occured. |
static int |
E_FILELOCKED
The file is locked |
static int |
E_FILENOTFOUND
The file cannot be found. |
static int |
E_FILEOPENFAILED
File open failed. |
static int |
E_FILEREAD
A file read error has occured. |
static int |
E_FILEWRITE
A file write error has occured. |
static int |
E_INSUFFICIENTMEMORY
Not enough memory to open the document. |
static int |
E_INTERROR
An internal error occurred. |
static int |
E_METADATABADXMP
Meatadata was not in XAP format |
static int |
E_METADATAINTERNAL
An internal error occurred while processing the XAP metadata |
static int |
E_METADATASYNTXERR
Syntax error in metadata. |
static int |
E_NEEDPASSWD
This document requires authentication (e.g. |
static int |
E_NOSPACEFORTEMPFILE
No space for temp file. |
static int |
E_OPNOTPERMITTED
This operation is not permitted. |
static int |
E_OUTMEMORY
Out of memory |
static int |
E_PDFEXTENSIONERROR
Internal error. |
static int |
E_TOOMANYPAGESFORINSERT
Inserting this file would result too many pages. |
static int |
E_TOOMANYPAGESFOROPEN
This file cannot be opened because it contains too many pages. |
static int |
E_UNABLEOPENDOC
Unable to open document. |
static int |
E_UNABLEOPENDOCFORWRITING
Unable to open file for writing. |
static int |
E_UNABLEREADILE
Unable to read file. |
static int |
E_UNABLERENTEMPFILE
Unable to rename temp file. |
static int |
E_UNABLEWRITINGDOC
Unable to write file. |
static int |
E_UNKNOWNFILETYPE
Not valid pdf document. |
static int |
E_USERCANCEL
User canceled the operation |
static int |
E_XAPCREATIONERR
An internal representation of the XAP metadata could not be created |
Field Detail |
---|
static final int E_PDFEXTENSIONERROR
static final int E_NEEDPASSWD
static final int E_INSUFFICIENTMEMORY
static final int E_TOOMANYPAGESFOROPEN
static final int E_OPNOTPERMITTED
static final int E_UNABLEOPENDOC
static final int E_UNABLEOPENDOCFORWRITING
static final int E_UNABLEWRITINGDOC
static final int E_UNABLERENTEMPFILE
static final int E_UNABLEREADILE
static final int E_UNKNOWNFILETYPE
static final int E_FILEALREADYOPEN
static final int E_NOSPACEFORTEMPFILE
static final int E_TOOMANYPAGESFORINSERT
static final int E_AFTERSAVE
static final int E_FILEERROR
static final int E_DIRFULL
static final int E_DISKFULL
static final int E_FILEIO
static final int E_FILEREAD
static final int E_FILEWRITE
static final int E_FILELOCKED
static final int E_FILEEXISTS
static final int E_FILEINUSE
static final int E_FILEACCESSDENIED
static final int E_FILEACCESSNOWRITE
static final int E_FILENOTFOUND
static final int E_FILEOPENFAILED
static final int E_METADATABADXMP
static final int E_METADATASYNTXERR
static final int E_XAPCREATIONERR
static final int E_METADATAINTERNAL
static final int E_INTERROR
static final int E_OUTMEMORY
static final int E_BADPARAMETER
static final int E_USERCANCEL
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |