DGII 12 — eNCF outside authorised range
eNCF fuera del rango autorizado
| Field | Value |
|---|---|
| DGII code | 12 |
| Category | eNCF sequence |
| HTTP status | 422 |
| Retryable | No |
| Tenant fixable | Yes |
Problem.type | https://errors.api.erply.pro/dgii-12-encf-fuera-de-rango |
Probable cause
The eNCF is outside the range authorised for this issuer RNC / document type.
How to fix
- Make sure you are not reusing an already-consumed sequence.
- ERPly Pro keeps an atomic counter per tenant + type; this error usually indicates a client that was keeping its own counter in parallel.
Example application/problem+json response
{
"type": "https://errors.api.erply.pro/dgii-12-encf-fuera-de-rango",
"title": "eNCF outside authorised range",
"status": 422,
"detail": "DGII code 12: eNCF outside authorised range",
"instance": "/v1/invoices",
"correlationId": "1-65fa7c3a-6f9c2d8e0a1b2c3d4e5f6789",
"dgii": {
"code": "12",
"trackId": "20260501-DGII-9988"
}
}
Source
DGII PSFE Technical Spec + Norma 06-04. Exact citation pending review by the compliance specialist.