| Error Code Values | Description |
MM_API_ERROR_DATA_SOURCE_NOT_PROVISIONED | This error code specifies that the data source is not provisioned or set up. |
MM_API_ERROR_DATABASE_QUERY_FAILED | This error code specifies that a search request has failed. |
MM_API_ERROR_START_INDEX_GREATER_THAN_RESULT_SET_SIZE | This error code specifies that the &startIndex value passed in the request is greater than the total number of records returned in the result. |
MM_API_ERROR_UNSUPPORTED_SEARCH_TYPE | This error code specifies that an incorrect search parameter is being passed in the URL. |
MM_ERROR_SERVICE_NOT_PROVISIONED | This error code specifies that the customer does not have access rights to this module of the Multimap API: for example, the customer is trying to use the Searching module without having been set up to use it. |
MM_SEARCH_DIRECTION_REQUEST_FAILED | This error code specifies that a direction request has failed. |
MM_SEARCH_ERROR | This error code specifies that a search returned
an error. |
MM_SEARCH_ERROR_UNSUPPORTED_SEARCH_TYPE | This error code specifies that the submitted search parameters are not supported by the Multimap API web services. |
MM_SEARCH_START_INDEX_GREATER_THAN_RESULT_SET_SIZE |
This error code specifies that a search returned an error because the &startIndex value passed in the request is greater than the total number of records returned in the result. |
| Error Code Values | Description |
MM_API_ERROR_DATA_SOURCE_NOT_PROVISIONED | This error code specifies that the data source is not provisioned or set up. |
MM_GEOCODE_NO_MATCHES | This error code specifies that a address cannot be geocoded. |
MM_ROUTE_ERROR_NO_ROUTE | This error code specifies that the Multimap API V1.2 web services Routing module could not generate navigation between the specified points. |
MM_ROUTE_ERROR_POINT_OUTSIDE_NETWORK | This error code specifies that one or more points are outside the coverage zone. |
MM_ROUTE_ERROR_SERVER_BUSY | This error code specifies that a request cannot be processed as the server is busy. |
MM_ROUTE_ERROR_START_END_POINTS_SAME | This error code specifies that the start and end points entered are the same, so a route cannot be generated. |
MM_SEARCH_MULTIPLE_MATCHES | This error code specifies that a search found multiple matches. |
MM_SEARCH_NO_MATCHES | This error code specifies that a search found no matches. |
| Error Code Values | Description |
MM_API_ERROR_INTERNAL_ERROR | This error code indicates an unexpected internal error. |
MM_API_ERROR_UNSUPPORTED_SERVICE | This error code specifies the use of an incorrect URL. For example, use of ".../API/invalid_service_name/1.2..." instead of ".../API/geocode/1.2...". |
MM_API_REQUIRED_PARAMETERS_MISSING | This error code indicates that an address has been supplied with some of its parameters missing. |
MM_ERROR_SERVICE_NOT_PROVISIONED | This error code specifies that the customer does not have access rights to this module of the Multimap API: for example, the customer is trying to use the Routing module without having been set up to use it. |