com.esri.arcgis.networkanalyst
Interface trafficError

All Superinterfaces:
Serializable

public interface trafficError
extends Serializable

Traffic error codes.

Product Availability

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


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