You attempted to find an object in a collection with a text string, and the objects in the collection do not support lookup by text strings. For example, you cannot reference members of the rdoErrors collection by name -- only by ordinal number.
To avoid this error, use an ordinal value instead, such as rdoErrors(1).