mirror of
https://github.com/baldurk/renderdoc.git
synced 2026-05-04 17:10:47 +00:00
Add EPIPE error message
This commit is contained in:
@@ -55,6 +55,7 @@ static std::string errno_string(int err)
|
||||
case EADDRINUSE: return "EADDRINUSE: Address already in use.";
|
||||
case ECONNRESET: return "ECONNRESET: A connection was forcibly closed by a peer.";
|
||||
case EINPROGRESS: return "EINPROGRESS: Operation now in progress.";
|
||||
case EPIPE: return "EPIPE: Broken pipe.";
|
||||
case EINTR:
|
||||
return "EINTR: The function was interrupted by a signal that was caught, before any data was "
|
||||
"available.";
|
||||
|
||||
Reference in New Issue
Block a user