About outputting errors
The custom code generator must output an error to the standard output stream (stdout) when it is not able to properly generate a unique code of the proper format.
The output line for the error must:
*
*
*
Example
The following example shows the correct code output format:
0 "error_message"
*