couchbaselabs / cbforest

C++ wrapper library around ForestDB, for use in Couchbase Lite.
17 stars 12 forks source link

Added c4error_getMessage. Java exceptions now include messages. #85

Closed snej closed 8 years ago

snej commented 8 years ago

Hideki, could you test this out by doing something that throws a ForestException, and making sure it doesn't crash and the exception has a message in it? Thanks!

hideki commented 8 years ago

Newly added error handling codes works as expected. And new codes does not cause any unit test failure.