Skip to content

Commit

Permalink
docs: Update README.md with release version
Browse files Browse the repository at this point in the history
Added release version patch to readme
  • Loading branch information
TheMerski authored Jul 28, 2023
1 parent a475cd8 commit 526930b
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
# node-grpc-error-details

[![Build and test](https://github.com/Q42Philips/node-grpc-error-details/actions/workflows/build-and-test.yaml/badge.svg)](https://github.com/Q42Philips/node-grpc-error-details/actions/workflows/build-and-test.yaml)
![GitHub release (with filter)](https://img.shields.io/github/v/release/q42philips/node-grpc-error-details)


Utility function for deserializing the `grpc-status-details-bin` metadata value when using the [grpc-js](https://github.com/grpc/grpc-node) package. Error details allow sending/receiving additional data along with an error. For instance, if a request sends invalid data, a gRPC server could send back a [BadRequest](./src/proto/error_details.proto#L119) message identifying the field and why it failed validation.

Expand Down

0 comments on commit 526930b

Please sign in to comment.