com.esri.arcgis.system
Interface esriCoreErrorReturnCodes

All Superinterfaces:
java.io.Serializable

public interface esriCoreErrorReturnCodes
extends java.io.Serializable

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

Description: 'Core 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_NO_EXTENSION_LICENSE
          The required extension(s) are not enabled.
static int E_NO_PRODUCT_LICENSE
          The required product license is not available.
static int E_NOTLICENSED
          Product License not available.
static int E_REQUIRES_SERVER_ADVANCED_EDITION
          Requires Server advanced edition.
static int E_REQUIRES_SERVER_STANDARD_EDITION
          Requires Server standard edition.
 

Field Detail

E_NOTLICENSED

static final int E_NOTLICENSED
Product License not available.

See Also:
Constant Field Values

E_NO_PRODUCT_LICENSE

static final int E_NO_PRODUCT_LICENSE
The required product license is not available.

See Also:
Constant Field Values

E_NO_EXTENSION_LICENSE

static final int E_NO_EXTENSION_LICENSE
The required extension(s) are not enabled.

See Also:
Constant Field Values

E_REQUIRES_SERVER_STANDARD_EDITION

static final int E_REQUIRES_SERVER_STANDARD_EDITION
Requires Server standard edition.

See Also:
Constant Field Values

E_REQUIRES_SERVER_ADVANCED_EDITION

static final int E_REQUIRES_SERVER_ADVANCED_EDITION
Requires Server advanced edition.

See Also:
Constant Field Values