-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathreadme.hbs
23 lines (13 loc) · 927 Bytes
/
readme.hbs
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
# grpc-create-error
Utility function that creates an Error suitable for gRPC responses
[![npm version](https://img.shields.io/npm/v/grpc-create-error.svg?style=flat-square)](https://www.npmjs.com/package/grpc-create-error)
[![build status](https://img.shields.io/travis/bojand/grpc-create-error/master.svg?style=flat-square)](https://travis-ci.org/bojand/grpc-create-error)
[![JavaScript Style Guide](https://img.shields.io/badge/code_style-standard-brightgreen.svg?style=flat-square)](https://standardjs.com)
[![License](https://img.shields.io/github/license/bojand/grpc-create-error.svg?style=flat-square)](https://raw.githubusercontent.com/bojand/grpc-create-error/master/LICENSE)
### Related
[grpc-error](https://github.com/bojand/grpc-error) - `GRPCError` class that uses this module
[grpc status codes](https://grpc.io/grpc/node/grpc.html) - The grpc status codes.
## API
{{>all-docs~}}
## License
Apache-2.0