Validation Error Property Values - 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

The following are the possible values for the validationDescription property.

400:- Invalid Request:
{
  "errors": [
    {
      "status": "INVALID_CLIENT_INPUT",
      "errorMessage": "Latitude is invalid (DIS-EI-1005)"
    }
  ]
}
401: Invalid Token:
{
  "errors": [
    {
      "status": "INVALID_TOKEN",
      "errorMessage": "Unauthorized (DIS-1001)"
    }
  ]
}
403: Forbidden:
{
  "errors": [
    {
      "status": "FORBIDDEN",
      "errorMessage": "You do not have permission to access this API (DIS-1002)"
    }
  ]
}