@8base/error-codes

8base errors module

Usage no npm install needed!

<script type="module">
  import 8baseErrorCodes from 'https://cdn.skypack.dev/@8base/error-codes';
</script>

README

List of error codes returned by 8base API.

Publish

Use this when you need to update the library in NPM. The following command will automatically set the version, create a tag for it, build the package and publish it to NPM

git add -A
git commit -m 'version update'
npm version <newversion> # insert your version here (e.g. 0.0.2)