Some goromdb server implementation requires to handle "bucket not found" error, other than just an InternalError, on such occasions like it can be just another kind of key not found error.
To make it possible, add another error type ErrorBucketNotFound, and return it explicitly when bucket is not found.
Some goromdb server implementation requires to handle "bucket not found" error, other than just an InternalError, on such occasions like it can be just another kind of key not found error.
To make it possible, add another error type
ErrorBucketNotFound
, and return it explicitly when bucket is not found.