Björn
b963b3396c
|
4 years ago | |
---|---|---|
.. | ||
.travis.yml | 4 years ago | |
CHANGELOG.md | 4 years ago | |
CONTRIBUTORS.md | 4 years ago | |
LICENSE.md | 4 years ago | |
README.md | 4 years ago | |
UPGRADING.md | 4 years ago | |
errors.js | 4 years ago | |
package.json | 4 years ago | |
test.js | 4 years ago |
README.md
level-errors
Error types for levelup.
API
If you are upgrading: please see UPGRADING.md
.
.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:
notFound
:true
status
: 404
.EncodingError()
Error encoding data.
Contributing
Level/errors
is an OPEN Open Source Project. This means that:
Individuals making significant and valuable contributions are given commit-access to the project to contribute as they see fit. This project is more like an open wiki than a standard guarded open source project.
See the Contribution Guide for more details.
Donate
To sustain Level
and its activities, become a backer or sponsor on Open Collective. Your logo or avatar will be displayed on our 28+ GitHub repositories, npm packages and (soon) our website. 💖
Backers
Sponsors
License
MIT © 2012-present Contributors.