Authentication, validation, and endpoint errors - 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

Learn how to diagnose authentication, validation, and endpoint errors.

Validation errors (400)

No example provided in the source specification.

Solution

  • Verify that path values, query values, and request payload values match the endpoint contract.
  • Use the HTTP status description for troubleshooting context: Bad Request Error.

Authentication and authorization errors

No example provided in the source specification.

Solution

  • Verify authentication and authorization settings for this API call.
  • Use the HTTP status description for troubleshooting context: Unauthorized Error.

No example provided in the source specification.

Solution

  • Verify authentication and authorization settings for this API call.
  • Use the HTTP status description for troubleshooting context: Forbidden Error.

Resource and server errors

No example provided in the source specification.

Solution

  • Verify endpoint availability and current service state before retrying.
  • Use the HTTP status description for troubleshooting context: Not Found Error.

No example provided in the source specification.

Solution

  • Verify endpoint availability and current service state before retrying.
  • Use the HTTP status description for troubleshooting context: Internal Server Error.