CDISR5559E

Index index is out of range for enum

The identifier of an enum type was accessed by index, but the index was out of range. The valid range of index values is between zero and one less than the number of members of the enum.
Access the identifier of an enum type using a valid index.