Skip to content
This repository was archived by the owner on Jul 5, 2022. It is now read-only.

Tags: netiam/errors

Tags

v4.1.2

Toggle v4.1.2's commit message

Unverified

This commit is not signed, but one or more authors requires that any commit attributed to them is signed.
Merge pull request #167 from netiam/greenkeeper/mocha-3.3.0

Update mocha to the latest version 🚀

v4.1.1

Toggle v4.1.1's commit message

Unverified

This commit is not signed, but one or more authors requires that any commit attributed to them is signed.
Merge pull request #160 from netiam/greenkeeper/es6-error-4.0.1

Update es6-error to the latest version 🚀

v4.1.0

Toggle v4.1.0's commit message

Unverified

This commit is not signed, but one or more authors requires that any commit attributed to them is signed.
feat: export stack if `NODE_ENV === 'development'`

v4.0.1

Toggle v4.0.1's commit message

Unverified

This commit is not signed, but one or more authors requires that any commit attributed to them is signed.
fix: export `types` constant, `ErrorType` class and `register` method

v4.0.0

Toggle v4.0.0's commit message

Unverified

This commit is not signed, but one or more authors requires that any commit attributed to them is signed.
chore: use lower version of `babel-cli`

v3.3.0

Toggle v3.3.0's commit message

Unverified

This commit is not signed, but one or more authors requires that any commit attributed to them is signed.
feat: add missing OAuth error codes

v3.2.1

Toggle v3.2.1's commit message

Unverified

This commit is not signed, but one or more authors requires that any commit attributed to them is signed.
fix: add missing error property to method

v3.2.0

Toggle v3.2.0's commit message

Unverified

This commit is not signed, but one or more authors requires that any commit attributed to them is signed.
fix: typo in `Codes.getError`

v3.1.1

Toggle v3.1.1's commit message

Unverified

This commit is not signed, but one or more authors requires that any commit attributed to them is signed.
fix: be fault-tolerant if code has no type

v3.1.0

Toggle v3.1.0's commit message

Unverified

This commit is not signed, but one or more authors requires that any commit attributed to them is signed.
fix: OAuthError must have `error`, `error_description`, `error_uri`,

`state` properties.