OpenMined / PyDP

The Python Differential Privacy Library. Built on top of: https://github.com/google/differential-privacy
Apache License 2.0
507 stars 138 forks source link

Custom Error implementation #233

Open chinmayshah99 opened 4 years ago

chinmayshah99 commented 4 years ago

Feature Description

Right now when an error occurs during result/ any other method, we are simply raising a runtime error. Though, we are getting a lot of information from the base::StatusOR. We already have an implementation of statusor.

It would be great if we can integrate this runtime error to this statusor so we can get more error details.