Home

Awesome

grpc-errors

A quick and easy way of generating errors for use with grpc

Installation

npm install --save grpc-errors

Usage

const grpcErrors = require('grpc-errors');

// Code...
var err = new grpcErrors.AlreadyExistsError('The file already exists!');

Errors