Suharsh Sivakumar | fb4af95 | 2015-08-21 17:51:01 -0700 | [diff] [blame] | 1 | // 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 | |
| 5 | package xproxyd |
| 6 | |
| 7 | error ( |
| 8 | NotListening() {"en": "Proxy is not listening on any endpoints."} |
Suharsh Sivakumar | a2e2b74 | 2015-08-26 15:54:40 -0700 | [diff] [blame] | 9 | UnexpectedMessage(msgType string) {"en": "Unexpected message of type{:msgType}"} |
Adam Sadovsky | f2efeb5 | 2015-08-31 14:17:49 -0700 | [diff] [blame] | 10 | ) |