tesseract  4.00.00dev
fileerr.h File Reference
#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"
 

Variable Documentation

◆ CANTCONNECTPIPE

const ERRCODE CANTCONNECTPIPE = "Can't reconnect pipes to stdin/stdout"

Definition at line 28 of file fileerr.h.

◆ CANTCREATEFILE

const ERRCODE CANTCREATEFILE = "Can't create file"

Definition at line 26 of file fileerr.h.

◆ CANTMAKEPIPE

const ERRCODE CANTMAKEPIPE = "Can't create pipe"

Definition at line 27 of file fileerr.h.

◆ CANTOPENFILE

const ERRCODE CANTOPENFILE = "Can't open file"

Definition at line 25 of file fileerr.h.

◆ EXECFAILED

const ERRCODE EXECFAILED = "Could not exec new process"

Definition at line 33 of file fileerr.h.

◆ READFAILED

const ERRCODE READFAILED = "Read of file failed"

Definition at line 29 of file fileerr.h.

◆ SELECTFAILED

const ERRCODE SELECTFAILED = "Select failed"

Definition at line 31 of file fileerr.h.

◆ WRITEFAILED

const ERRCODE WRITEFAILED = "Write of file failed"

Definition at line 30 of file fileerr.h.