E03 Falta `n`
- Constante
E_NO_COUNT- Especificación
- §5
- Modo tolerante
- Se registra y el documento se construye igual
La cabecera no declara n, el número de registros. n es obligatorio: permite detectar respuestas truncadas y registros perdidos.
Cómo verlo
En el playground, pestaña «Editor y validador», el botón «Inyectar 3 errores» provoca E04, E05, E08 y E09 sobre el ejemplo cargado.
Desde la línea de comandos, mini diagnose archivo.mini imprime un informe JSON con todos los errores y las líneas a regenerar.
E03 Missing `n`
- Constant
E_NO_COUNT- Specification
- §5
- Lenient mode
- Recorded and the document is built anyway
The header does not declare n, the record count. n is mandatory: it detects truncated responses and lost records.
How to see it
In the playground, “Editor & validator” tab, the “Inject 3 errors” button triggers E04, E05, E08 and E09 on the loaded example.
From the command line, mini diagnose archivo.mini prints a JSON report with every error and the lines to regenerate.