com.esri.arcgis.networkanalyst
Interface esriNAServerMessageCodeEnum

All Superinterfaces:
Serializable

public interface esriNAServerMessageCodeEnum
extends Serializable

Network Analyst server log message codes.

Remarks

The values within this enumeration represent NAServer message codes.

The esriNAServerMessageCodeEnum enumeration has the following values:

Product Availability

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


Field Summary
static int esriNAServerMessageCode_CacheNALayers
          Caching the NALayers.
static int esriNAServerMessageCode_CopyNAContext
          Copying the NAContext.
static int esriNAServerMessageCode_Debug
          Debug Message.
static int esriNAServerMessageCode_FailureAttachingNAContext
          Failed attaching the NAContext to the NALayer.
static int esriNAServerMessageCode_GenerateDirections
          Generating the result driving directions.
static int esriNAServerMessageCode_GenerateMapImage
          Generating the result map image.
static int esriNAServerMessageCode_GenerateODMatrix
          Generating the result ODMatrix.
static int esriNAServerMessageCode_HierarchyNameNotSpecified
          Service constrained to use hierarchy, but hierarchy name not specified.
static int esriNAServerMessageCode_HierarchyRequired
          Service constrained to use hierarchy.
static int esriNAServerMessageCode_InvalidNALayerDir
          The NALayerDir throttling parameter does not correspond to a server output directory.
static int esriNAServerMessageCode_InvalidPointer
          Invalid pointer.
static int esriNAServerMessageCode_InvalidThrottlingParameter
          Invalid throttling parameter specified.
static int esriNAServerMessageCode_LoadLocations
          Loading network analysis objects.
static int esriNAServerMessageCode_LoadNALayer
          Loading the NALayer from disk.
static int esriNAServerMessageCode_MaxBreakValueExceeded
          The service area break value exceeded server constraint.
static int esriNAServerMessageCode_MaxDestinationsToFindExceeded
          The number of destinations to find specified exceeded server constraint.
static int esriNAServerMessageCode_MaxFacilitiesToFindExceeded
          The number of facilities to find specified exceeded server constraint.
static int esriNAServerMessageCode_MaxLocationCountExceeded
          Number of locations to load exceeded server constraint.
static int esriNAServerMessageCode_NAServerConstructed
          The NAServer was constructed.
static int esriNAServerMessageCode_NAServerNotLicensed
          NAServer is not licensed.
static int esriNAServerMessageCode_NoNALayerInMap
          There is no network analysis layer in the map.
static int esriNAServerMessageCode_OutOfMemory
          Failure due to out of memory error.
static int esriNAServerMessageCode_OutputLinesRequired
          OutputLines can not be esriNAOutputLineNone when generating driving directions with VRP.
static int esriNAServerMessageCode_SaveNALayer
          Saving the NALayer to disk.
static int esriNAServerMessageCode_SolveAnalysis
          Solving the network analysis.
static int esriNAServerMessageCode_TimeWindowsRestricted
          Service has been configured to prohibit using time windows.
static int esriNAServerMessageCode_UnexpectedException
          An unexpected exception was handled.
 

Field Detail

esriNAServerMessageCode_NAServerConstructed

static final int esriNAServerMessageCode_NAServerConstructed
The NAServer was constructed.

See Also:
Constant Field Values

esriNAServerMessageCode_NAServerNotLicensed

static final int esriNAServerMessageCode_NAServerNotLicensed
NAServer is not licensed.

See Also:
Constant Field Values

esriNAServerMessageCode_CopyNAContext

static final int esriNAServerMessageCode_CopyNAContext
Copying the NAContext.

See Also:
Constant Field Values

esriNAServerMessageCode_LoadLocations

static final int esriNAServerMessageCode_LoadLocations
Loading network analysis objects.

See Also:
Constant Field Values

esriNAServerMessageCode_SolveAnalysis

static final int esriNAServerMessageCode_SolveAnalysis
Solving the network analysis.

See Also:
Constant Field Values

esriNAServerMessageCode_GenerateMapImage

static final int esriNAServerMessageCode_GenerateMapImage
Generating the result map image.

See Also:
Constant Field Values

esriNAServerMessageCode_GenerateDirections

static final int esriNAServerMessageCode_GenerateDirections
Generating the result driving directions.

See Also:
Constant Field Values

esriNAServerMessageCode_InvalidPointer

static final int esriNAServerMessageCode_InvalidPointer
Invalid pointer.

See Also:
Constant Field Values

esriNAServerMessageCode_TimeWindowsRestricted

static final int esriNAServerMessageCode_TimeWindowsRestricted
Service has been configured to prohibit using time windows.

See Also:
Constant Field Values

esriNAServerMessageCode_MaxLocationCountExceeded

static final int esriNAServerMessageCode_MaxLocationCountExceeded
Number of locations to load exceeded server constraint.

See Also:
Constant Field Values

esriNAServerMessageCode_MaxBreakValueExceeded

static final int esriNAServerMessageCode_MaxBreakValueExceeded
The service area break value exceeded server constraint.

See Also:
Constant Field Values

esriNAServerMessageCode_MaxFacilitiesToFindExceeded

static final int esriNAServerMessageCode_MaxFacilitiesToFindExceeded
The number of facilities to find specified exceeded server constraint.

See Also:
Constant Field Values

esriNAServerMessageCode_HierarchyNameNotSpecified

static final int esriNAServerMessageCode_HierarchyNameNotSpecified
Service constrained to use hierarchy, but hierarchy name not specified.

See Also:
Constant Field Values

esriNAServerMessageCode_HierarchyRequired

static final int esriNAServerMessageCode_HierarchyRequired
Service constrained to use hierarchy.

See Also:
Constant Field Values

esriNAServerMessageCode_SaveNALayer

static final int esriNAServerMessageCode_SaveNALayer
Saving the NALayer to disk.

See Also:
Constant Field Values

esriNAServerMessageCode_LoadNALayer

static final int esriNAServerMessageCode_LoadNALayer
Loading the NALayer from disk.

See Also:
Constant Field Values

esriNAServerMessageCode_GenerateODMatrix

static final int esriNAServerMessageCode_GenerateODMatrix
Generating the result ODMatrix.

See Also:
Constant Field Values

esriNAServerMessageCode_MaxDestinationsToFindExceeded

static final int esriNAServerMessageCode_MaxDestinationsToFindExceeded
The number of destinations to find specified exceeded server constraint.

See Also:
Constant Field Values

esriNAServerMessageCode_InvalidNALayerDir

static final int esriNAServerMessageCode_InvalidNALayerDir
The NALayerDir throttling parameter does not correspond to a server output directory.

See Also:
Constant Field Values

esriNAServerMessageCode_UnexpectedException

static final int esriNAServerMessageCode_UnexpectedException
An unexpected exception was handled.

See Also:
Constant Field Values

esriNAServerMessageCode_InvalidThrottlingParameter

static final int esriNAServerMessageCode_InvalidThrottlingParameter
Invalid throttling parameter specified.

See Also:
Constant Field Values

esriNAServerMessageCode_FailureAttachingNAContext

static final int esriNAServerMessageCode_FailureAttachingNAContext
Failed attaching the NAContext to the NALayer.

See Also:
Constant Field Values

esriNAServerMessageCode_OutOfMemory

static final int esriNAServerMessageCode_OutOfMemory
Failure due to out of memory error.

See Also:
Constant Field Values

esriNAServerMessageCode_OutputLinesRequired

static final int esriNAServerMessageCode_OutputLinesRequired
OutputLines can not be esriNAOutputLineNone when generating driving directions with VRP.

See Also:
Constant Field Values

esriNAServerMessageCode_CacheNALayers

static final int esriNAServerMessageCode_CacheNALayers
Caching the NALayers.

See Also:
Constant Field Values

esriNAServerMessageCode_Debug

static final int esriNAServerMessageCode_Debug
Debug Message.

See Also:
Constant Field Values

esriNAServerMessageCode_NoNALayerInMap

static final int esriNAServerMessageCode_NoNALayerInMap
There is no network analysis layer in the map.

See Also:
Constant Field Values