blob: 5c47350a7a8b1afaee689212b4b8c914abb07872 [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 main
error (
LockAlreadyClaimed() {
"en": "lock has already been claimed",
}
InvalidLockName(name, reason string) {
"en": "invalid lock name ({name}: cannot contain {reason})",
}
)