docs / errors / E12

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.

← E11E13 →