Skip to content

Commit 8331955

Browse files
committed
fix: add headers to response table
The real motivation for this is to trigger a semantic release of `@api-ts/response`
1 parent 822eebd commit 8331955

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)