Array index out of bounds

This error may be the result when an API returns an error when an application search fails, such as when using Google Contacts - Search Contacts.

Or, if you are processing a list and attempt to access an invalid index, you’ll see this error. For instance, if you do a At on a list with 5 items and ask for item 6. Note: the first item in a list is index number 0, so the last item in a 5 item list is index number 4.