Tesseract
3.02
|
#include "errcode.h"
Go to the source code of this file.
Variables | |
const ERRCODE | CANTOPENFILE = "Can't open file" |
const ERRCODE | CANTCREATEFILE = "Can't create file" |
const ERRCODE | CANTMAKEPIPE = "Can't create pipe" |
const ERRCODE | CANTCONNECTPIPE = "Can't reconnect pipes to stdin/stdout" |
const ERRCODE | READFAILED = "Read of file failed" |
const ERRCODE | WRITEFAILED = "Write of file failed" |
const ERRCODE | SELECTFAILED = "Select failed" |
const ERRCODE | EXECFAILED = "Could not exec new process" |
const ERRCODE CANTCONNECTPIPE = "Can't reconnect pipes to stdin/stdout" |
const ERRCODE CANTCREATEFILE = "Can't create file" |
const ERRCODE CANTMAKEPIPE = "Can't create pipe" |
const ERRCODE CANTOPENFILE = "Can't open file" |
const ERRCODE EXECFAILED = "Could not exec new process" |
const ERRCODE READFAILED = "Read of file failed" |
const ERRCODE SELECTFAILED = "Select failed" |
const ERRCODE WRITEFAILED = "Write of file failed" |