Level/errors

Name: errors

Owner: Node.js LevelDB

Description: Error codes for levelup

Created: 2015-03-18 00:08:12.0

Updated: 2018-05-13 11:45:20.0

Pushed: 2018-05-13 11:45:23.0

Homepage:

Size: 18

Language: JavaScript

GitHub Committers

UserMost Recent Commit# Commits

Other Committers

UserEmailMost Recent Commit# Commits

README

level-errors

Error module for levelup

level badge npm Node version Build Status dependencies JavaScript Style Guide npm

API
.LevelUPError()

Generic error base class.

.InitializationError()

Error initializing the database, like when the database's location argument is missing.

.OpenError()

Error opening the database.

.ReadError()

Error reading from the database.

.WriteError()

Error writing to the database.

.NotFoundError()

Data not found error.

Has extra properties:

.EncodingError()

Error encoding data.

License

Copyright © 2012-2018 level-errors contributors.

level-errors is licensed under the MIT license. All rights not explicitly granted in the MIT license are reserved. See the included LICENSE.md file for more details.


This work is supported by the National Institutes of Health's National Center for Advancing Translational Sciences, Grant Number U24TR002306. This work is solely the responsibility of the creators and does not necessarily represent the official views of the National Institutes of Health.