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