Error Codes - Precisely Data Integrity Suite

Data Integrity Suite APIs

Product
Data_Integrity
Spatial_Analytics
Data_Enrichment
geo_addressing_1
Services
Spatial Analytics
Data Enrichment
Geo Addressing
ft:title
Data Integrity Suite APIs
ft:locale
en-US
PublicationType
pt_developer
copyrightfirst
2023
copyrightlast
2026
Below are the common error codes for Bulk Routing API:
Code Description
DIS-1001 Invalid token.
DIS-1002 Not Authorized to access this API.
DIS-1003 Issue with internal services.
DIS-1004 Workspace Id is missing from Bearer Token.
DIS-1005 Rate limit exceeded.
DIS-1006 Invalid Key secret, unauthorized.
DIS-1007 API quota has been permanently exhausted. No further requests are allowed.
DIS-1008 Invalid request ID provided, maximum allowed length is 38 characters.
DIS-1009 Access blocked due to too many failed attempts. Please try again after sometime.
DIS-1010 Workspace has been expired.
DIS-RT-1001 Input file name should not be empty
DIS-RT-1004 Invalid File Id
DIS-RT-1005 File Id cannot be empty
DIS-RT-1006 Workflow ID not found
DIS-RT-1007 Unable to retrieve workflow status
DIS-RT-1008 Invalid argument provided in the request
DIS-RT-1013 Missing mandatory headers like 'InputId' or 'Coordinates' in the input file
DIS-RT-1014 Duplicate headers found in the uploaded input file
DIS-RT-1015 Invalid Request Body
DIS-RT-1016 Unsupported operation type
DIS-RT-1017 Request payload should not be empty
DIS-RT-1019 operation should not be empty
DIS-RT-1020 Invalid value for field.
DIS-RT-1021 Max features must be between 1 and 1000.

Error response examples

{
  "id": "1c986743-f958-4d6d-8923-f5219c69fa95",
  "errors": [
    {
      "code": "DIS-RT-1004",
      "detail": "FileId in the request is invalid."
    }
  ]
}
{
  "id": "124fe974-cc53-4722-861e-7f4bf582a5ec",
  "errors": [
    {
      "code": "DIS-1001",
      "detail": "Unauthorized"
    }
  ]
}
{
  "id": "124fe974-cc53-4722-861e-7f4bf582a5ec",
  "errors": [
    {
      "code": "DIS-1002",
      "detail": "Not Authorized to access this API"
    }
  ]
}
{
  "id": "124fe974-cc53-4722-861e-7f4bf582a5ec",
  "errors": [
    {
      "code": "DIS-1005",
      "detail": "Rate limit exceeded"
    }
  ]
}
{
  "id": "124fe974-cc53-4722-861e-7f4bf582a5ec",
  "errors": [
    {
      "code": "DIS-1003",
      "detail": "Issue with internal services"
    }
  ]
}
{
  "id": "124fe974-cc53-4722-861e-7f4bf582a5ec",
  "errors": [
    {
      "code": "DIS-1003",
      "detail": "Issue with internal services"
    }
  ]
}