com.esri.arcgis.output
Interface esriPDFExtensionErrorCodes

All Superinterfaces:
Serializable

public interface esriPDFExtensionErrorCodes
extends Serializable

PDF Extension errors.

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.


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

E_PDFEXTENSIONERROR

static final int E_PDFEXTENSIONERROR
Internal error. Check description.

See Also:
Constant Field Values

E_NEEDPASSWD

static final int E_NEEDPASSWD
This document requires authentication (e.g. a password).

See Also:
Constant Field Values

E_INSUFFICIENTMEMORY

static final int E_INSUFFICIENTMEMORY
Not enough memory to open the document.

See Also:
Constant Field Values

E_TOOMANYPAGESFOROPEN

static final int E_TOOMANYPAGESFOROPEN
This file cannot be opened because it contains too many pages.

See Also:
Constant Field Values

E_OPNOTPERMITTED

static final int E_OPNOTPERMITTED
This operation is not permitted.

See Also:
Constant Field Values

E_UNABLEOPENDOC

static final int E_UNABLEOPENDOC
Unable to open document.

See Also:
Constant Field Values

E_UNABLEOPENDOCFORWRITING

static final int E_UNABLEOPENDOCFORWRITING
Unable to open file for writing.

See Also:
Constant Field Values

E_UNABLEWRITINGDOC

static final int E_UNABLEWRITINGDOC
Unable to write file.

See Also:
Constant Field Values

E_UNABLERENTEMPFILE

static final int E_UNABLERENTEMPFILE
Unable to rename temp file.

See Also:
Constant Field Values

E_UNABLEREADILE

static final int E_UNABLEREADILE
Unable to read file.

See Also:
Constant Field Values

E_UNKNOWNFILETYPE

static final int E_UNKNOWNFILETYPE
Not valid pdf document.

See Also:
Constant Field Values

E_FILEALREADYOPEN

static final int E_FILEALREADYOPEN
File is already open.

See Also:
Constant Field Values

E_NOSPACEFORTEMPFILE

static final int E_NOSPACEFORTEMPFILE
No space for temp file.

See Also:
Constant Field Values

E_TOOMANYPAGESFORINSERT

static final int E_TOOMANYPAGESFORINSERT
Inserting this file would result too many pages.

See Also:
Constant Field Values

E_AFTERSAVE

static final int E_AFTERSAVE
Documents saved successfully, error ocured after save.Close and reopen doc.

See Also:
Constant Field Values

E_FILEERROR

static final int E_FILEERROR
A File error has occured

See Also:
Constant Field Values

E_DIRFULL

static final int E_DIRFULL
Directory is full

See Also:
Constant Field Values

E_DISKFULL

static final int E_DISKFULL
Document or temp disk is full.

See Also:
Constant Field Values

E_FILEIO

static final int E_FILEIO
A file I/O error has occured.

See Also:
Constant Field Values

E_FILEREAD

static final int E_FILEREAD
A file read error has occured.

See Also:
Constant Field Values

E_FILEWRITE

static final int E_FILEWRITE
A file write error has occured.

See Also:
Constant Field Values

E_FILELOCKED

static final int E_FILELOCKED
The file is locked

See Also:
Constant Field Values

E_FILEEXISTS

static final int E_FILEEXISTS
A file with same name already exists.

See Also:
Constant Field Values

E_FILEINUSE

static final int E_FILEINUSE
The file is already open or in use.

See Also:
Constant Field Values

E_FILEACCESSDENIED

static final int E_FILEACCESSDENIED
Do not have access to this file.

See Also:
Constant Field Values

E_FILEACCESSNOWRITE

static final int E_FILEACCESSNOWRITE
Do not have write access to this file.

See Also:
Constant Field Values

E_FILENOTFOUND

static final int E_FILENOTFOUND
The file cannot be found.

See Also:
Constant Field Values

E_FILEOPENFAILED

static final int E_FILEOPENFAILED
File open failed.

See Also:
Constant Field Values

E_METADATABADXMP

static final int E_METADATABADXMP
Meatadata was not in XAP format

See Also:
Constant Field Values

E_METADATASYNTXERR

static final int E_METADATASYNTXERR
Syntax error in metadata.

See Also:
Constant Field Values

E_XAPCREATIONERR

static final int E_XAPCREATIONERR
An internal representation of the XAP metadata could not be created

See Also:
Constant Field Values

E_METADATAINTERNAL

static final int E_METADATAINTERNAL
An internal error occurred while processing the XAP metadata

See Also:
Constant Field Values

E_INTERROR

static final int E_INTERROR
An internal error occurred.

See Also:
Constant Field Values

E_OUTMEMORY

static final int E_OUTMEMORY
Out of memory

See Also:
Constant Field Values

E_BADPARAMETER

static final int E_BADPARAMETER
Bad parameter

See Also:
Constant Field Values

E_USERCANCEL

static final int E_USERCANCEL
User canceled the operation

See Also:
Constant Field Values