Hi GRPC group,

I am trying to see what is the best way to communicate rich error 
information from a Server written in C# to various clients.

Rich error model is currently not supported in C#. Also, passing the 
information via Trailers comes with various caveats listed here : Error 
handling | gRPC <https://grpc.io/docs/guides/error/#richer-error-model>

I also noticed that Status has an *Experimental* constructor which takes in 
exception. 
https://grpc.github.io/grpc/csharp/api/Grpc.Core.Status.html#Grpc_Core_Status__ctor_Grpc_Core_StatusCode_System_String_System_Exception_

Is there a plan to make this constructor supported in future versions. As 
it is not intended to be used, so it is not totally clear how this fits in. 

Above being said, what is the recommended/best way to communicate rich 
error information from a c# server.

I look forward to a response. Thanks in advance. 

Regards,
Vivek



-- 
You received this message because you are subscribed to the Google Groups 
"grpc.io" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To view this discussion on the web visit 
https://groups.google.com/d/msgid/grpc-io/38c65183-dbcb-42bb-97da-4356f7fedce8n%40googlegroups.com.

Reply via email to