Skip to content

Commit

Permalink
Merge pull request #46 from bitgopatmcl/add-response-table-headers
Browse files Browse the repository at this point in the history
fix: add headers to response table
  • Loading branch information
ericcrosson-bitgo authored Apr 18, 2022
2 parents 22a2d0b + 8331955 commit 0b53cd8
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion packages/response/src/index.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
// ----------------------------|--------------------|------------
// HTTP | GRPC | Response
// ----------------------------|--------------------|---------------------------
// 400 (bad request) | INVALID_ARGUMENT | Response.invalidRequest
// 401 (unauthorized) | UNAUTHENTICATED | Response.unauthenticated
// 403 (forbidden) | PERMISSION_DENIED | Response.permissionDenied
Expand Down

0 comments on commit 0b53cd8

Please sign in to comment.