blob: b8dbb7923ef7a2455b53bf17e4d1ed68c582193a [file] [log] [blame]
// Copyright 2015 The Vanadium Authors. All rights reserved.
// Use of this source code is governed by a BSD-style
// license that can be found in the LICENSE file.
package store
error (
// ConcurrentTransaction means that the current transaction was not committed
// because its read set was invalidated by some other transaction.
ConcurrentTransaction() {"en":"Concurrent transaction{:_}"}
// UnknownKey means the given key does not exist in the store.
UnknownKey() {"en":"Unknown key{:_}"}
)