tesseract
5.0.0
|
#include "errcode.h"
Go to the source code of this file.
Namespaces | |
tesseract | |
Functions | |
constexpr ERRCODE | tesseract::CANTOPENFILE ("Can't open file") |
constexpr ERRCODE | tesseract::CANTCREATEFILE ("Can't create file") |
constexpr ERRCODE | tesseract::CANTMAKEPIPE ("Can't create pipe") |
constexpr ERRCODE | tesseract::CANTCONNECTPIPE ("Can't reconnect pipes to stdin/stdout") |
constexpr ERRCODE | tesseract::READFAILED ("Read of file failed") |
constexpr ERRCODE | tesseract::WRITEFAILED ("Write of file failed") |
constexpr ERRCODE | tesseract::SELECTFAILED ("Select failed") |
constexpr ERRCODE | tesseract::EXECFAILED ("Could not exec new process") |