envoyproxy / envoyproxy/nighthawk
Bubble up error detail in gRPC service
Open
good first issue
help wanted
- Dominant language
- C++
- Stars
- 414
- Forks
- 95
- Avg merge
- 2d 9h
- Merged PRs (30d)
- 11
Description
Currently the gRPC service relies on `ProcessImpl` for performing executions, and that will result in a boolean to indicate success/failure.
However, for the gRPC service it would be very useful to be able to be more specific when an execution is marked as a failure (especially when the termination predicate feature lands). Bubble up the error message so it can be forwarded in the error detail of gRPC replies.
Contributor guide
Assessment
This issue has not been assessed yet.