E05 Aridad del registro fuera de rango
- Constante
E_ARITY- Especificación
- §6, §10
- Modo tolerante
- Se registra y el documento se construye igual
La línea tiene menos campos que el núcleo o campos excedentes sin una versión superior. Con el mismo prefijo y una cabecera v mayor que la versión del contrato, el lector valida los campos conocidos e ignora únicamente la cola desconocida.
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.
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.