Closed ronag closed 2 years ago
As an implementer. How should I handle errors on _put/_del in the underlying batch implementation? Should I just throw or save the error and wait until the _write call and propagate though the callback?
_write
Throw. That's how invalid keys/values and open/closed states are handled too.
As an implementer. How should I handle errors on _put/_del in the underlying batch implementation? Should I just throw or save the error and wait until the
_write
call and propagate though the callback?