docs / errors / E06

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.

← E05E07 →