docs / errors / E05

E05 Record arity out of range

Constant
E_ARITY
Specification
§6, §10
Lenient mode
Recorded and the document is built anyway

The line has fewer fields than the core or extra fields without a higher version. For the same prefix and a header v higher than the contract version, the reader validates known fields and ignores only the unknown trailing fields.

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.

← E04E06 →