com.esri.arcgis.output
Interface esriOutputErrorReturnCodes

All Superinterfaces:
java.io.Serializable

public interface esriOutputErrorReturnCodes
extends java.io.Serializable

Constants from esriOutputErrorReturnCodes' enum. Generated 3/19/2015 1:20:40 PM from 'C:\ArcGIS\COM\esriOutput.olb'

Description: 'Output Error Return Codes.' Generator Options: PromptForTypeLibraries = False ClashPrefix = esri_ LowerCaseMemberNames = True IDispatchOnly = False RetryOnReject = False AwtForOcxs = True ArraysAsObjects = False DontRenameSameMethods = False ImplementConflictingInterfaces = True ReuseMethods = True RenameConflictingInterfaceMethods = True GenBeanInfo = True GenerateJavadoc =


Field Summary
static int E_CANNOTCOMPRESSORDECOMPRESS
          Image compressor error.
static int E_CLASSSETTEDUPINCORRECTLY
          Object set up incorrectly and can't perform the requested operation.
static int E_FILECREATIONERROR
          File creation error.
static int E_FILEOPENINGERROR
          File opening error.
static int E_FILEREADINGERROR
          File reading error.
static int E_FILEWRITINGERROR
          File writing error.
static int E_IMAGEDIRECTORYREADINGERROR
          Image directory reading error.
static int E_IMAGEDIRECTORYWRITINGERROR
          Image directory writing error.
static int E_INCOMPATIBLEZLIB
          Incompatible ZLIB version detected.
static int E_INTERNALERROR
          An internal Error occur.
static int E_INVALIDIMAGEPARAMETERS
          Invalid image parameter has been specified while reading/writing the image.
static int E_INVALIDORCURRUPTFILE
          Invalid or corrupt file.
static int E_INVALIDPARAMETERS
          Invalid parameter for image library has been specified while reading/writing the image.
static int E_MEMORYERROR
          A memory error occur while processing requested action.
static int E_MEMORYOUT
          Not enough memory to complete requested action.
static int E_READORWRITEJPEGMARKER
          Error reading or writing the marker from/to JPEG file.
static int E_REQUESTEDFUNCTIONALITYDOESNOTSUPPORTED
          Requested functionality isn't supported.
static int S_NOPRINTERSINSTALLED
          No printers are installed.
static int S_SAVEDPRINTERNOTFOUND
          Printer saved with document not found.
 

Field Detail

E_INTERNALERROR

static final int E_INTERNALERROR
An internal Error occur.

See Also:
Constant Field Values

E_REQUESTEDFUNCTIONALITYDOESNOTSUPPORTED

static final int E_REQUESTEDFUNCTIONALITYDOESNOTSUPPORTED
Requested functionality isn't supported.

See Also:
Constant Field Values

E_MEMORYOUT

static final int E_MEMORYOUT
Not enough memory to complete requested action.

See Also:
Constant Field Values

E_MEMORYERROR

static final int E_MEMORYERROR
A memory error occur while processing requested action.

See Also:
Constant Field Values

E_INVALIDORCURRUPTFILE

static final int E_INVALIDORCURRUPTFILE
Invalid or corrupt file.

See Also:
Constant Field Values

E_FILEREADINGERROR

static final int E_FILEREADINGERROR
File reading error.

See Also:
Constant Field Values

E_FILEWRITINGERROR

static final int E_FILEWRITINGERROR
File writing error.

See Also:
Constant Field Values

E_FILEOPENINGERROR

static final int E_FILEOPENINGERROR
File opening error.

See Also:
Constant Field Values

E_FILECREATIONERROR

static final int E_FILECREATIONERROR
File creation error.

See Also:
Constant Field Values

E_IMAGEDIRECTORYREADINGERROR

static final int E_IMAGEDIRECTORYREADINGERROR
Image directory reading error.

See Also:
Constant Field Values

E_IMAGEDIRECTORYWRITINGERROR

static final int E_IMAGEDIRECTORYWRITINGERROR
Image directory writing error.

See Also:
Constant Field Values

E_CANNOTCOMPRESSORDECOMPRESS

static final int E_CANNOTCOMPRESSORDECOMPRESS
Image compressor error. Can't compress/decompress the image.

See Also:
Constant Field Values

E_READORWRITEJPEGMARKER

static final int E_READORWRITEJPEGMARKER
Error reading or writing the marker from/to JPEG file.

See Also:
Constant Field Values

E_INCOMPATIBLEZLIB

static final int E_INCOMPATIBLEZLIB
Incompatible ZLIB version detected. ZLIB is used to compress/decompress images.

See Also:
Constant Field Values

E_INVALIDIMAGEPARAMETERS

static final int E_INVALIDIMAGEPARAMETERS
Invalid image parameter has been specified while reading/writing the image.

See Also:
Constant Field Values

E_INVALIDPARAMETERS

static final int E_INVALIDPARAMETERS
Invalid parameter for image library has been specified while reading/writing the image.

See Also:
Constant Field Values

E_CLASSSETTEDUPINCORRECTLY

static final int E_CLASSSETTEDUPINCORRECTLY
Object set up incorrectly and can't perform the requested operation.

See Also:
Constant Field Values

S_SAVEDPRINTERNOTFOUND

static final int S_SAVEDPRINTERNOTFOUND
Printer saved with document not found.

See Also:
Constant Field Values

S_NOPRINTERSINSTALLED

static final int S_NOPRINTERSINSTALLED
No printers are installed.

See Also:
Constant Field Values