mirror of
https://github.com/featurebasedb/featurebase.git
synced 2026-08-28 10:54:59 +00:00
Clarify error string for cases when reading from non-primary translate store when given non-existent key
This commit is contained in:
parent
0816ea8ecb
commit
be60a91a58
1 changed files with 1 additions and 1 deletions
|
|
@ -31,7 +31,7 @@ var (
|
|||
ErrTranslateStoreClosed = errors.New("pilosa: translate store closed")
|
||||
ErrTranslateStoreReaderClosed = errors.New("pilosa: translate store reader closed")
|
||||
ErrReplicationNotSupported = errors.New("pilosa: replication not supported")
|
||||
ErrTranslateStoreReadOnly = errors.New("pilosa: operation not supported, translate store read only")
|
||||
ErrTranslateStoreReadOnly = errors.New("pilosa: translate store could not find or create key, translate store read only")
|
||||
)
|
||||
|
||||
// TranslateStore is the storage for translation string-to-uint64 values.
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue