Skip to content

Commit

Permalink
Docs
Browse files Browse the repository at this point in the history
  • Loading branch information
smaye81 committed Sep 20, 2023
1 parent e8f1b81 commit 2845dd7
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions docs/web/errors.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -219,10 +219,9 @@ try {
}
```





Timeouts in Connect are the equivalent of [deadlines](https://grpc.io/docs/guides/deadlines/) in gRPC. They both
behave similarly in that they will throw a "deadline exceeded" error. Since Connect's defined error codes map to the
same codes and semantics as gRPC, this allows for easy interop between the two protocols.


There is no silver bullet to error handling with async/await and cancellation.
Expand Down

0 comments on commit 2845dd7

Please sign in to comment.