blob: b67b78d0cf8cbc113233d864f46b36a9d6adeacc [file] [log] [blame]
Suharsh Sivakumarfb4af952015-08-21 17:51:01 -07001// Copyright 2015 The Vanadium Authors. All rights reserved.
2// Use of this source code is governed by a BSD-style
3// license that can be found in the LICENSE file.
4
5package xproxyd
6
7error (
8 NotListening() {"en": "Proxy is not listening on any endpoints."}
Suharsh Sivakumara2e2b742015-08-26 15:54:40 -07009 UnexpectedMessage(msgType string) {"en": "Unexpected message of type{:msgType}"}
Adam Sadovskyf2efeb52015-08-31 14:17:49 -070010)