Github user jeking3 commented on the issue:
https://github.com/apache/thrift/pull/1474
@Jens-G what do you think about the notion of moving the definition of
error message enumerations into a single common .thrift file that gets compiled
and then comsumed by the libraries? It would certainly go a long way to
ensuring that these error codes are handled in a standardized way across all
languages. I think that the generated code would have to be packaged along
with the built library in some cases, but that shouldn't be a problem.
---