2.0.1 • Published 8 years ago

@sinet/lapin-send-error v2.0.1

Weekly downloads
1
License
MIT
Repository
github
Last release
8 years ago

Lapin Send Error

Version npm Build Status Dependency Status devDependency Status

Error handling for Lapin calls. Handles fail returns without nesting, concatenates error codes.

Usage

npm install @sinet/lapin-send-error --save

Example

If you receive an error from a database query or remote lapin call easily handle it with:

const sendError = require( '@sinet/lapin-send-error' );

if ( error ) {
	return sendError( send, error, 'code' );
}

The first parameter is the send object from Lapin.

Contributing

All pull requests must follow coding conventions and standards.

2.0.1

8 years ago

2.0.0

8 years ago

1.0.0

8 years ago