scribble icon indicating copy to clipboard operation
scribble copied to clipboard

scribble.Driver.Delete should return os.ErrNotExist

Open alokpr opened this issue 3 years ago • 0 comments

scribble.Driver.Delete returns an opaque error type for non-existent keys which makes it hard for the clients to distinguish between different kind of errors. This behavior is also inconsistent with the scribble.Driver.Read API.

alokpr avatar Feb 11 '21 18:02 alokpr