E06 Tipo incorrecto o requerido vacío
- Constante
E_TYPE- Especificación
- §6
- Modo tolerante
- Se registra y el documento se construye igual
El valor no se puede interpretar con el tipo declarado (int, float, bool…) o un campo requerido llegó vacío.
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.
E06 Wrong type or empty required value
- Constant
E_TYPE- Specification
- §6
- Lenient mode
- Recorded and the document is built anyway
The value cannot be read with the declared type (int, float, bool…) or a required field arrived empty.
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.