Below is the Error Code lookup table:
Error Code Enum | Error Code Value | Legacy Error Code Value | Description |
---|---|---|---|
SUCCESS |
0 | 0 | Indicates a success. |
LEGACY_ERROR |
1 | Indicates an error code from a legacy PCMiler web service version 18-25. | |
INTRNL_FAIL |
2 | 100 | Indicates an internal failure. |
INVLD_PROFILE_VER |
3 | 296 | Indicates that user's profile level only allow baseline data version. |
TRIP_LIMIT_EXCEEDED |
4 | 298 | Indicates that the user exceeded maximum number of trips allowed. |
INVLD_LOGIN |
5 | 300 | Indicates invalid login information. |
LOGIN_DISABLED |
6 | 310 | Indicates that the user's account has been disabled. |
INVLD_PROFILE |
7 | 330 | Indicates that the user's profile level does not allow access to functionality requested. |
INVLD_PROFILE_ARRAY |
8 | 330 | Indicates that the user's profile level does not allow batch reporting. |
INVLD_PROFILE_CANADIAN |
9 | 330 | Indicates that the user's profile level does not allow Canadian postal codes. |
INVLD_PROFILE_DETAIL |
10 | 330 | Indicates that the user's profile level does not allow access to detailed report. |
INVLD_PROFILE_COND |
11 | 330 | Indicates that the user's profile level does not allow access to condense directions report functionality. |
INVLD_PROFILE_DIRECTIONS |
12 | 330 | Indicates that the user's profile level does not allow access to directions report functionality. |
INVLD_PROFILE_ROAD |
13 | 330 | Indicates that the user's profile level does not allow access to road report functionality. |
INVLD_PROFILE_STATE |
14 | 330 | Indicates that the user's profile level does not allow access to state report functionality. |
INVLD_PROFILE_FUEL |
15 | 330 | Indicates that the user's profile level does not allow access to fuel report functionality. |
INVLD_PROFILE_HUB |
16 | 330 | Indicates that the user's profile level does not allow access to hub routing. |
INVLD_PROFILE_SPLC |
17 | 330 | Indicates that the user's profile level does not allow access to SPLC code functionality. |
INVLD_PROFILE_PLACE_NAME |
18 | 330 | Indicates that the user's profile level does not allow access to custom places. |
INVLD_PROFILE_STREETS |
19 | 330 | Indicates that the user's profile level does not allow access to anything but highway routing. |
INVLD_PROFILE_STREETS_GEO |
20 | 330 | Indicates that the user's profile level does not allow access to street address functionality. |
INVLD_PROFILE_FASTEST |
21 | 330 | Indicates that the user's profile level does not allow access to fastest routing. |
INVLD_PROFILE_TRK_CFG |
22 | 330 | Indicates that the user's profile level does not allow access to truck configuration. |
INVLD_PROFILE_TOLLDATA |
23 | 330 | Indicates that the user's profile level does not allow access to toll data. |
INVLD_PROFILE_VEHICLE_TYPE |
24 | 330 | Indicates that the user's profile level does not allow access to setting vehicle type. |
INVLD_ADDR |
25 | 400 | Indicates an invalid address, address not found or insufficient location input information. |
CITY_STATE_ZIP_MISMATCH |
26 | 410 | Indicates that city and state do not match zip code. |
INVLD_ZIP |
27 | 420 | Indicates an invalid zip/postal code. |
INVLD_STATE |
28 | 420 | Indicates an invalid state for supplied data region. |
INVLD_CITY_JURIS |
29 | 430 | Indicates that the city and state do not reside within the provided jurisdiction. |
INVLD_PLACE_NAME |
30 | 440 | Indicates an invalid custom place name. |
NO_CITY_ZIP |
31 | 440 | Reserved for future use. |
INVLD_CITY |
32 | 450 | Indicates that the supplied city was not found. |
INVLD_STATE_ABBR |
33 | 450 | Indicates that an invalid state abbreviation was specified. |
PO_BOX_NO_ALLOWED |
34 | 460 | Indicates that the specified zip code is a PO Box zip code and is not suitable for routing. |
FIND_MTCH_FAILED |
35 | 500 | Reserved for future use. |
MISSING_TRIP_ORIGIN |
36 | 500 | Indicates that the trip's origin was not specified. |
MISSING_TRIP_DEST |
37 | 500 | Indicates that the trip's destination was not specified. |
MISSING_VARIABLE |
38 | 500 | Indicates that a required property value is missing. |
INVLD_AF_TYPE |
39 | 510 | Indicates that an avoid favor to be saved had its AFType set to both Avoid and Favor. |
INVLD_ROUTE_NAME |
40 | 510 | Indicates an invalid route name was specified when saving an AvoidFavor. |
INVLD_CITE_INT |
41 | 510 | Indicates that the cite interval was not specified or invalid when requesting a geotunneling report. |
INVLD_FUEL_OPT_COND |
42 | 510 | Reserved for future use. |
INVLD_DEPART_TIME |
43 | 510 | Indicates an invalid departure time was specified in TimeCosts |
INVLD_INT |
44 | 510 | Indicates an invalid integer value was specified; generally the integer value should be greater than or equal to 0. |
INVLD_DBL |
45 | Indicates an invalid floating point value was specified; generally the value should be greater than or equal to 0. | |
INVLD_INPUT_PLACE |
46 | 510 | Indicates a failure to delete or save a custom place. |
INVLD_METRIC_VAL |
47 | 510 | Indicates that an invalid metric numerical value was specified. |
INVLD_MET_LGTH |
48 | 510 | Indicates that truck length must be less then 24.384 and meters. |
INVLD_MET_HEIGHT |
49 | 510 | Indicates that the truck height must be less then 4.1148 meters. |
INVLD_MET_WEIGHT |
50 | 510 | Indicates that the truck weight must be 4090.91 through 60000 pounds kilograms. |
INVLD_MET_WIDTH |
51 | 510 | Indicates that the truck width must be either 2.4384 or 2.5908 meters. |
INVLD_ENG_HEIGHT |
52 | 510 | Indicates truck height, length and width requires feet'inches" (For example 13'6"). |
INVLD_ENG_WEIGHT |
53 | 510 | Indicates that truck weight must be a numerical value and must be 9000 through 132000 pounds. |
INVLD_ENG_WIDTH |
54 | 510 | Indicates that truck width must be either 96", 98" or 102". |
INVLD_ENG_LENGTH |
55 | 510 | Indicates that truck length must be less then 80'. |
INVLD_TOLL_DISCOUNT |
56 | 510 | Indicates an invalid toll discount program. |
INVLD_STOP_INFO |
57 | 510 | Indicates an invalid route stop. |
INVLD_DATE |
58 | 510 | Indicates that an invalid Date was passed in; date format should be mm/dd/yyyy. |
INVLD_TIME |
59 | 510 | Indicates that an invalid time was passed in; date format should be hh:mm am/pm or H:mm where H denotes military time 0 to 23. |
INVLD_RADIUS |
60 | 510 | Indicates that the radius value was invalid. Radius value needs to be an number greater than 0. |
MISSING_FUEL_OPTIONS |
61 | 510 | Indicates that fuel optimization requested, but FuelOptions were not specified. |
MISSING_FUEL_INFO |
62 | 510 | Reserved for future use. |
MISSING_STOP_INFO |
63 | 510 | Indicates that there is missing StopLocation information. StopLocation requires (City and State) or Zip or Place Name or (Lat and Long) or SPLC. |
MISSING_DATE_TIME |
64 | 510 | Indicates that the DateOption was set to Specific, but DateTime was not specified. |
MISSING_DAY_OF_WEEK |
65 | 510 | Indicates that the DateOption was set to DayOfWeek, but DateTime.DayOfWeek was not specified. |
INVLD_LAT |
66 | 530 | Indicates that the Latitude is invalid. This could be because the value is too large or non numeric data. |
INVLD_LNG |
67 | 530 | Indicates that the Longitude is invalid. This could be because the value is too large or non numeric data. |
INVLD_COORDS |
68 | 530 | Indicates that the latitude/longitude are invalid. |
FUEL_OPT_ERR |
69 | 600 | Indicates that there was an error during fuel optimization request. |
INVLD_TRIP |
70 | 700 | Indicates that there was an error during the route creation. |
PARITY_MISMATCH |
71 | 1000 | Indicates that there is a parity mismatch with the address range. |
NO_STREET_NUMBER |
72 | 1010 | Indicates that the address provided had no number. |
DIRECTIONAL_MISMATCH |
73 | 1020 | Indicates that the directional does not match or has bad placement. |
STREET_TYPE_MISMATCH |
74 | 1030 | Indicates that the street type does not match. |
STREET_NAME_MISSPELL |
75 | 1040 | Indicates that the street name is misspelled. |
MULTIPLE_MATCHES |
76 | 1050 | Indicates that the street has multiple exact matches. |
NO_STREET_NAME |
77 | 1060 | Indicates that that no street name was specified. |
ADDR_OUT_OF_RANGE |
78 | 1070 | Indicates that the address number is out of range. |
STREET_NOT_IN_ZIP |
79 | 1080 | Indicates that the street is not within zip code specified. |
COORDS_ZIPCENTROID |
80 | 1090 | Indicates that the coordinates returned are for the zip centroid. |
EXTRA_FUEL_OPTIONS |
81 | 2000 | Indicates that the fuel options were included, but fuel optimization was not requested for the route. |
EXTRA_TRUCK_CONFIG |
82 | 2000 | Indicates that the vehicle type is set to Auto, but the TruckCfg options were included. The automobile configuration will be used for the routing. |
EXTRA_DATE |
83 | 2000 | Indicates that an extra DateTime element was included when the DateOption type is set to 'current'. |
EXTRA_REPORT |
84 | 2000 | Indicates that duplicate report types were included. Only a single report of each type will be returned. |
INVLD_DATA_VER |
85 | 2000 | Indicates an invalid data version. |
DEPCREATED_TOLL_TAG |
86 | 2010 | Indicates that a particular toll discount program has been deprecated. |
INVLD_GEO_LIST_CNT |
87 | 2020 | Indicates that for versions 21 and older, only one location can be geocoded with geo list. |
GEOCODE_ERROR |
88 | 400 |
Indicates that the input location could not be geocoded. Possible reasons:
|
GEOCODE_WARN |
89 | 1000 |
Indicates that the input location geocoded, but with warnings. Possible reasons:
|
INVLD_TILE_INDEX |
90 | Indicates that the requested tile index is outside of the valid range. | |
EXTRA_ROUTE |
91 | 2000 | Indicates that more than one route was supplied for the map when the least cost option was chosen. |
EXTRA_DATA |
92 | Indicates that more data was supplied such as array length is too long. | |
INVLD_ROUTE_OPTIONS |
93 | Generic invalid route option | |
INVLD_VAL |
94 | Generic invalid value | |
DEPRECATED |
95 | Generic deprecated exception | |
GEOCODE_LIMIT_EXCEEDED |
96 | Indicates that the user exceeded maximum number of geocode allowed. | |
UNAVAILABLE_FEATURE |
97 | Indicates that a feature is not available. | |
STOP_LIMIT_EXCEEDED |
98 | Indicates that the user exceeded maximum number of stops allowed. | |
NO_ALLOWED_INTERPS |
99 | Indicates that the user has specified no valid interps. | |
INVALID_INTERP |
100 | Indicates that the user specified an invalid interp. |