E3010 Type Errors
undefined-param-type
parameter type not defined
When this occurs
Function param with unknown type
Example error message
error[E3010]:
undefined type 'Foo' for parameter 'x'
How to fix
Define the parameter type or check for typos.