Errors 9012 and 9015
Keywords: Errors 9012 and 9015
Question:
What are the 9012 and 9015 errors? My DebugTrace() file from my programs often show them when I run my error processing. Since that code makes use of the Terminate() function, I am assuming it is related to that.Thanks in advance.
Answer:
The 9000 series of errors that you see some time are internal error like codes passed from lower level code to upperlevel code to tell it what to do.For examine Terminate may want to direct Winbatch to exit. But the exit point is far far away from the terminate function.
It uses the error reporting mechanism with its own range of error codes to signal higher level part of the program to do special processing (like exit) --