···76767777/// Combined error set for all client operations.
7878/// Use this for functions that might fail at any level.
7979-pub const ClientError = ConnectionError || ProtocolError || CommandError || std.mem.Allocator.Error || std.posix.ReadError || std.posix.WriteError;
7979+pub const ClientError = ConnectionError || ProtocolError || CommandError || std.mem.Allocator.Error || std.posix.ReadError || std.net.Stream.WriteError;
80808181// ============================================================================
8282// RESP Value Type