BIP2436
Severity
20 : ErrorMessage
(<insert_0>, <insert_1>) : Invalid indexed assignment to '<insert_2>'.Explanation
No indexed elements from the named array exist. In order to assign a value to an element with index n, where 'n' is a positive integer, n-1 elements with the same name must already exist.Response
Ensure that element n-1 is created before an attempt is made to create element n.