docs / errors / E03

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.

← E02E04 →