com.esri.arcgis.system
Interface esriCoreErrorReturnCodes

All Superinterfaces:
Serializable

public interface esriCoreErrorReturnCodes
extends Serializable

Core Error Return Codes.

Product Availability

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

Supported Platforms

Windows, Solaris, Linux


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