Which error lets you know that the code used a function that you had not yet defined?

The error is called a "NameError" and it occurs when the code tries to use a variable or function that has not been defined or does not exist in the current scope.