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 Fri Sep 12 07:13:59 UTC 2025.