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