I want to verify how my app behaves when the grpc status code is 9 and particular metadata headers (X-DETAIL-CODE) are being sent, as this is how I am tranmitting error details to my client.
It seems unclear how to do this with the json stub definition or if it's currently possible.
Thanks :)