A “stream” is generic term for information coming in (Read Stream) or going out (Write Stream). This can be from various source (Memory = DataStream, Network = TCPStream), but the most common problems are found around reading and writing files (FileStream).
The stream write error is usually caused by: