Synopsis
You specified an invalid function name. If the error message is instead "Name conflict" then the problem is with a Definition string supplied to FUNCDEF() or CONVERTDATA() that references a func type.
Cause
You used a function name in one of your Definition strings which happens to be the same name as another function.
Cure
Choose a different, unique name for the function in your Definition string.