Error Code Changes for Colombia

Error code definitions and response statuses for the Colombia Government Verification module changed in June 2026. These changes improve result explainability, reduce ambiguity, and make it easier to interpret session outcomes in Dashboard and via API responses.

1. Status Changes: FAIL UNKNOWN for select error codes.

Several error codes that previously returned FAIL status now return UNKNOWN. This more accurately reflects that these outcomes are not a definitive verification failure; rather, they indicate the verification could not be completed due to missing inputs, configuration issues, or connectivity problems.

Error Code Description Old Status New Status
NOT_ENOUGH_DATA One or more required fields are missing or invalid. FAIL UNKNOWN
CONNECTION_ERROR Error occurred while trying to connect to the provider or during provider processing. FAIL UNKNOWN

2. New Error Codes & Mapping

The following error codes can now be returned. Previously, these scenarios were grouped under broader codes and now map to more specific codes to provide more precision in result handling.

New Code Description Status
PROVIDER_UNAVAILABLE Provider has been intentionally disabled. UNKNOWN
PROVIDER_NOT_CONFIGURED Provider is not configured or is incorrectly configured for this flow. UNKNOWN
USER_NOT_FOUND The document was not found in the government database. FAIL

3. Updated Behavior for VALIDATION_ERROR

VALIDATION_ERROR continues to return FAIL, but it is now applied more precisely to only include genuine verification failures (such as a document being found but in a canceled/not-valid state). Scenarios that are not true verification failures (connectivity, availability, missing input data) are now mapped individually instead of being grouped under VALIDATION_ERROR.

Error Code Table

Reason Code Description Status
PROVIDER_UNAVAILABLE Provider has been intentionally disabled. UNKNOWN
PROVIDER_NOT_CONFIGURED Provider is not configured or is incorrectly configured for this flow. UNKNOWN
NOT_ENOUGH_DATA One or more required fields are missing or invalid. UNKNOWN
CONNECTION_ERROR Error occurred while trying to connect to the provider or during provider processing. UNKNOWN
USER_NOT_FOUND The document was not found in the government database. FAIL
VALIDATION_ERROR Document exists in the government database but is an invalid status. FAIL

What's Not Changed