@types/level-errors
TypeScript icon, indicating that this package has built-in type declarations

3.0.2 • Public • Published

Installation

npm install --save @types/level-errors

Summary

This package contains type definitions for level-errors (https://github.com/Level/errors).

Details

Files were exported from https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/level-errors.

index.d.ts

export class LevelUPError extends Error {}

export class InitializationError extends LevelUPError {}

export class OpenError extends LevelUPError {}

export class ReadError extends LevelUPError {}

export class WriteError extends LevelUPError {}

export class NotFoundError extends LevelUPError {
    readonly notFound: true;
    readonly status: 404;
}

export class EncodingError extends LevelUPError {}

Additional Details

  • Last updated: Tue, 07 Nov 2023 09:09:38 GMT
  • Dependencies: none

Credits

These definitions were written by Junxiao Shi.

Readme

Keywords

none

Package Sidebar

Install

npm i @types/level-errors

Weekly Downloads

54,058

Version

3.0.2

License

MIT

Unpacked Size

3.36 kB

Total Files

5

Last publish

Collaborators

  • types