This error is reported because the Initializer hook is enabled in the function configurations but not in the program. To resolve this issue, you can delete the Initializer hook from the function configurations. For more information, see Configure lifecycle hooks.
Related error
The following error message is returned if the PreStop hook is enabled in the function configurations but not implemented in the program:
The Lifecycle Handler 'preStop' is not implemented in class 'xxx'