E12 Entrada de cabecera malformada o ausente
- Constante
E_HEADER_KEY- Especificación
- §5
- Modo tolerante
- Se registra y el documento se construye igual
Una clave requerida de la cabecera falta, o una entrada clave=valor está mal formada (por ejemplo, sin =).
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.
E12 Malformed or missing header entry
- Constant
E_HEADER_KEY- Specification
- §5
- Lenient mode
- Recorded and the document is built anyway
A required header key is missing, or a key=value entry is malformed (e.g. without =).
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.