blob: b67b78d0cf8cbc113233d864f46b36a9d6adeacc [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 xproxyd
error (
NotListening() {"en": "Proxy is not listening on any endpoints."}
UnexpectedMessage(msgType string) {"en": "Unexpected message of type{:msgType}"}
)