qpdb / mentat

A persistent, relational store inspired by Datomic and DataScript.
https://mentat.rs/
Apache License 2.0
52 stars 2 forks source link

Add Exception throwing to Android SDK when an error is returned from FFI #245

Open gburd opened 4 years ago

gburd commented 4 years ago

Currently, if we receive an error from the FFI inside the Android SDK, we simply print the error and continue. We should throw an exception instead.

This ticket involves - creating set of Mentat specific Exception classes and throwing them when an error is received from Mentat over the FFI.