Skip to main content
The Deno 2 Release Candidate is here
Learn more
Very Popular
Go to Latest
class BufferFullError
extends Error
Deprecated
Deprecated

(will be removed after 1.0.0) Use the Web Streams API instead.

import { BufferFullError } from "https://deno.land/x/redis@v0.32.3/vendor/https/deno.land/std/io/buf_reader.ts";

Constructors

new
BufferFullError(partial: Uint8Array)

Properties

name: string