Incorrect number of attributes
The number of provided attributes must match the number of declared attributes for an object.
Incorrect:
foo.eo:
# Foo with one attribute.
[at] > foo
bar.eo:
# Bar object.
[args] > bar
foo 1 2
Correct:
foo.eo:
# Foo with one attribute.
[at] > foo
bar.eo:
# Bar object.
[args] > bar
foo 1
Published on Tue Mar 31 07:20:23 UTC 2026.