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