Skip to content
This repository has been archived by the owner on Sep 21, 2022. It is now read-only.

reactioncommerce/reaction-error

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

This repository is deprecated

This code is now located in our monorepo here

reaction-error

npm (scoped) CircleCI semantic-release

Error handling for the Reaction API.

How To Use

Note: Be sure you are using NPM 5+

First install in your project directory:

npm install @reactioncommerce/reaction-error

Import ReactionError in the file you wish to use it in

import ReactionError from "@reactioncommerce/reaction-error";

Releases

This NPM package is published automatically on every push to the trunk branch. Be sure to use proper Git commit messages so that the version will be bumped properly and release notes can be automatically generated.