Details
-
Improvement
-
Status: Open
-
Minor
-
Resolution: Unresolved
-
0.8, 0.9, 0.9.1, 0.9.2, 0.9.3
-
None
-
None
Description
This may affect all languages, however it was initially reported against C++ by ggodik in THRIFT-2342:
Every time a required field is not set, the exception that gets generated is a very generic:
throw TProtocolException(TProtocolException::INVALID_DATA);
It would be useful to indicate the invalid data field in this exception case.
Attachments
Issue Links
- is a clone of
-
THRIFT-2342 Add __FILE__ and __LINE__ to Thrift C++ excpetions
- Closed