Quiz 16 Question 15 of 20

An agent is tasked with updating all references to a deprecated function calculateTax() to use its replacement calculateTaxV2(). In 8% of cases, the agent updates the function call but fails to update the import statement that imports calculateTax, causing a compilation error. The tool used to make the update (a find-and-replace tool) reports success, and the agent's reasoning correctly identifies that both the function call and import must be updated. However, the agent calls the tool only for the function call, not for the import. Which error class does this represent?

Select an answer to reveal the explanation.

Motivation