Hi, I have a thrift service method `ImportantData GetImportantData()` defined in the IDL. I would like to return a Status code for this method. I would like to be doing some thing like `Status GetImportantData(ImportantData&)`
Is there a way to do that ? Pardon me I am very new to Thrift. BTW I am using C++ as language. Regards, Gajanan
