4.0.1 • Published 2 years ago

@unplgtc/standard-error v4.0.1

Weekly downloads
47
License
ISC
Repository
github
Last release
2 years ago

CircleCI

StandardError

Expandable standardized error object for better logging and error handling in Node applications

StandardError comes equipped with a generic set of common HTTP codes, but can easily be expanded to support custom, application-specific errors using its add() function. All custom errors are verified to fit the expected format and to check for conflicts before being allowed onto the StandardError object.