Closed
Description
Error codes returned from the C-API (type obx_err
) are currently ignored, see e.g. Box::is_empty()
calling obx_box_is_empty()
. C function obx_box_is_empty()
returns error code, which, if not zero, should raise an exception with the error text.
As an example, see functions in helpers.dart and how it's used in dart's Box::isEmpty()