#ifndef MISC_EXITCODE_H #define MISC_EXITCODE_H #define EXIT_LISTEN_ERROR 30 //failed to bind one or more listen sockets at startup #define EXIT_MEMORY_NOMALLOC 100 //a ximalloc or xiresize failed #define EXIT_MEMORY_INTERNAL_NOMALLOC 101 //memory manager failed to allocate memory for its self #define EXIT_TESTS_FAILED 105 #define EXIT_ENDIAN_ERROR 106 #endif //MISC_EXITCODE_H