E7001 Stdlib Validation Errors
wrong-argument-count
wrong number of arguments
When this occurs
Wrong number of args to stdlib function
Example error message
error[E7001]:
len() takes exactly 1 argument, got 2
How to fix
Check the function signature and pass the correct number of arguments.