Interface: FlateError

May 16, 2026 ยท View on GitHub

fflate


Interface: FlateError

An error generated within this library

Extends

  • Error

Properties

code

code: number

The code associated with this error


message

message: string

Inherited from

Error.message


name

name: string

Inherited from

Error.name


stack?

optional stack?: string

Inherited from

Error.stack

Contents

  1. 1Extends
  2. 2Properties
  3. 2.1code
  4. 2.2message
  5. 2.3name
  6. 2.4stack?