AF11
resetField tried to restore a leaf from the form's originals and the write was rejected.
In development this reads:
attaform resetField: leaf write rejected for path 'items.0.qty' — originals contain a value that doesn't satisfy the slim primitive shape. This is a bug in the construction pipeline.
The production message appends the path after the code.
What happened
Originals are captured by Attaform's own construction pipeline, which guarantees every stored value fits its schema slot. A rejected restore means that guarantee broke somewhere upstream. The reset for that path is skipped; the rest of the form is unaffected.
What to do
This is an Attaform invariant, not a mistake in your code. Open an issue with the schema for the reported path and the steps that led to the reset, and the pipeline gap gets closed at the source.