com.esri.arcgis.networkanalyst
Interface trafficError

All Superinterfaces:
java.io.Serializable

public interface trafficError
extends java.io.Serializable

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

Description: 'Traffic error 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_TRAFFIC_AUTHENTICATION_FAILED
          Authentication failed due to incorrect Username and/or Password.
static int E_TRAFFIC_DO_NOT_HAVE_ACCESS_RIGHTS
          The username and password supplied are valid, but you do not have rights to the file requested.
static int E_TRAFFIC_INVALID_URL
          Invalid Url to the traffic data storage.
 

Field Detail

E_TRAFFIC_AUTHENTICATION_FAILED

static final int E_TRAFFIC_AUTHENTICATION_FAILED
Authentication failed due to incorrect Username and/or Password.

See Also:
Constant Field Values

E_TRAFFIC_INVALID_URL

static final int E_TRAFFIC_INVALID_URL
Invalid Url to the traffic data storage.

See Also:
Constant Field Values

E_TRAFFIC_DO_NOT_HAVE_ACCESS_RIGHTS

static final int E_TRAFFIC_DO_NOT_HAVE_ACCESS_RIGHTS
The username and password supplied are valid, but you do not have rights to the file requested.

See Also:
Constant Field Values