Searched refs:ERR_STREAM_PREMATURE_CLOSE (Results 1 – 4 of 4) sorted by relevance
5 var ERR_STREAM_PREMATURE_CLOSE = require('../../../errors').codes.ERR_STREAM_PREMATURE_CLOSE; variable62 …if (!stream._readableState || !stream._readableState.ended) err = new ERR_STREAM_PREMATURE_CLOSE();67 …if (!stream._writableState || !stream._writableState.ended) err = new ERR_STREAM_PREMATURE_CLOSE();
8 ERR_STREAM_PREMATURE_CLOSE117 return callback.call(stream, new ERR_STREAM_PREMATURE_CLOSE());121 return callback.call(stream, new ERR_STREAM_PREMATURE_CLOSE());
1930 <a id="ERR_STREAM_PREMATURE_CLOSE"></a>1931 ### `ERR_STREAM_PREMATURE_CLOSE`
1631 will cause an `ERR_STREAM_PREMATURE_CLOSE` error.