It means you're trying to grab a variable that doesn't exist from an array.
For example if you had an array holding six names and you have a piece of code to grab the tenth than an error will pop up because there aren't 10 variables in the array.
-Gan