What does the error "Python dictionary changed size during iteration" typically indicate?
A) The dictionary was modified (e.g., items were added or removed) while it was being iterated over
B) The dictionary contains items of different data types
C) The dictionary was successfully iterated over without any issues
D) The dictionary's keys are not unique