In Google's Protocol Buffers, what is a suitable protocol file/model for Exceptions?

Posted by saidimu on Stack Overflow See other posts from Stack Overflow or by saidimu
Published on 2010-03-28T07:48:43Z Indexed on 2010/03/28 7:53 UTC
Read the original article Hit count: 285

Filed under:
|
|
|
|

Protocol Buffers doesn't have a native Exception type. What would a suitable .proto file for cross-language exceptions look like?

© Stack Overflow or respective owner

Related posts about protocol-buffers

Related posts about exceptions