Skip to content

Commit 0b53cd8

Browse files
Merge pull request #46 from bitgopatmcl/add-response-table-headers
fix: add headers to response table
2 parents 22a2d0b + 8331955 commit 0b53cd8

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

packages/response/src/index.ts

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
1-
// ----------------------------|--------------------|------------
1+
// HTTP | GRPC | Response
2+
// ----------------------------|--------------------|---------------------------
23
// 400 (bad request) | INVALID_ARGUMENT | Response.invalidRequest
34
// 401 (unauthorized) | UNAUTHENTICATED | Response.unauthenticated
45
// 403 (forbidden) | PERMISSION_DENIED | Response.permissionDenied

0 commit comments

Comments
 (0)