WinBatch Tech Support Home

Database Search

If you can't find the information using the categories below, post a question over in our WinBatch Tech Support Forum.

TechHome

Error Codes

Can't find the information you are looking for here? Then leave a message over on our WinBatch Tech Support Forum.

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 example 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).

For a complete list of 9000 level errors please see: http://techsupt.winbatch.com/webcgi/webbatch.exe?techsupt/nftechsupt.web+WinBatch/Error~Codes+9000~Level~Errors.txt


Article ID:   W15495
File Created: 2014:07:18:09:51:38
Last Updated: 2014:07:18:09:51:38