| // 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. |
| // These messages are constructed so as to avoid embedding a component/method name |
| // and are thus more suitable for inclusion in other verrors. |
| // This practice of omitting {1}{2} should be used throughout the flow implementations |
| // since all of their errors are intended to be used as arguments to higher level errors. |
| // TODO(suharshs,toddw): Allow skipping of {1}{2} in vdl generated errors. |
| WrongObjectInContext(typ string) {"en": |
| "context passed to method of {typ} object, but that object is not attached to the context."} |