8 references to Error
System.IO.Pipes (8)
src\runtime\src\libraries\Common\src\Interop\Unix\Interop.Errors.cs (1)
151return $"RawErrno: {RawErrno} Error: {Error} GetErrorMessage: {GetErrorMessage()}"; // No localization required; text is member names used for debugging purposes
src\runtime\src\libraries\Common\src\Interop\Unix\Interop.IOErrors.cs (3)
13Debug.Assert(errorInfo.Error != Error.SUCCESS); 14Debug.Assert(errorInfo.Error != Error.EINTR, "EINTR errors should be handled by the native shim and never bubble up to managed code"); 118switch (errorInfo.Error)
src\runtime\src\libraries\Common\src\Interop\Unix\System.Native\Interop.GetPwUid.cs (1)
87if (errorInfo.Error == Interop.Error.ERANGE)
System\IO\Pipes\NamedPipeClientStream.Unix.cs (1)
46Interop.Sys.GetLastErrorInfo().Error == Interop.Error.ENOENT)
System\IO\Pipes\PipeStream.Unix.cs (2)
465if (errorInfo.Error == Interop.Error.EPIPE) 523return error.Error == Interop.Error.ENOTSUP ?