Hi there! Are you looking for the official Deno documentation? Try docs.deno.com for all your Deno learning needs.

FlateError

An error generated within this library

interface FlateError extends Error {
code: number;
}

§Extends

§
Error
[src]

§Properties

§
code: number
[src]

The code associated with this error