Show the GRPC error message when a query fails
- Dominant language
- Java
- Stars
- 3
- Forks
- 5
- PR merge metrics
- No merged PRs in 30d
Description
Right now what is shown on an error is something like the following:

But all GRPC errors (e.g. UNIMPLEMENTED and FAILED_PRECONDITION) also include a message that we set (at least in Reveaal) to inform the user of what exactly went wrong. It would be nice if this message was shown in the GUI.
Here are some examples of the useful messages that we do/will send:
```
FAILED_PRECONDITION: "Inputs and outputs must be disjoint in component"
UNIMPLEMENTED: "Queries of type 'Implementation' are not currently implemented"
FAILED_PRECONDITION: "Invalid conjunction, outputs and inputs are not disjoint"
FAILED_PRECONDITION: "Invalid parallel composition, outputs are not disjoint"
```
Contributor guide
Assessment
This issue has not been assessed yet.