FP0059
FP0059 - Collection index out of bounds
Section titled “FP0059 - Collection index out of bounds”Category: Evaluation
Description
Section titled “Description”An attempt was made to access a collection element at an invalid index.
Ensure the index is within the bounds of the collection. Use functions like count() to check collection size.