| // 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. |
| |
| // This file was auto-generated by the vanadium vdl tool. |
| // Source: errors.vdl |
| |
| package conn |
| |
| import ( |
| // VDL system imports |
| "v.io/v23/context" |
| "v.io/v23/i18n" |
| "v.io/v23/verror" |
| ) |
| |
| var ( |
| ErrInvalidMsg = verror.Register("v.io/x/ref/runtime/internal/flow/conn.InvalidMsg", verror.NoRetry, "{1:}{2:} message of type{:3} and size{:4} failed decoding at field{:5}.") |
| ErrInvalidControlMsg = verror.Register("v.io/x/ref/runtime/internal/flow/conn.InvalidControlMsg", verror.NoRetry, "{1:}{2:} control message of cmd {3} and size {4} failed decoding at field {5}{:6}.") |
| ErrInvalidSetupOption = verror.Register("v.io/x/ref/runtime/internal/flow/conn.InvalidSetupOption", verror.NoRetry, "{1:}{2:} setup option{:3} failed decoding at field{:4}.") |
| ErrMissingSetupOption = verror.Register("v.io/x/ref/runtime/internal/flow/conn.MissingSetupOption", verror.NoRetry, "{1:}{2:} missing required setup option{:3}.") |
| ErrUnknownSetupOption = verror.Register("v.io/x/ref/runtime/internal/flow/conn.UnknownSetupOption", verror.NoRetry, "{1:}{2:} unknown setup option{:3}.") |
| ErrUnknownMsg = verror.Register("v.io/x/ref/runtime/internal/flow/conn.UnknownMsg", verror.NoRetry, "{1:}{2:} unknown message type{:3}.") |
| ErrUnknownControlMsg = verror.Register("v.io/x/ref/runtime/internal/flow/conn.UnknownControlMsg", verror.NoRetry, "{1:}{2:} unknown control command{:3}.") |
| ErrUnexpectedMsg = verror.Register("v.io/x/ref/runtime/internal/flow/conn.UnexpectedMsg", verror.NoRetry, "{1:}{2:} unexpected message type{:3}.") |
| ErrConnectionClosed = verror.Register("v.io/x/ref/runtime/internal/flow/conn.ConnectionClosed", verror.NoRetry, "{1:}{2:} connection closed.") |
| ErrConnClosedRemotely = verror.Register("v.io/x/ref/runtime/internal/flow/conn.ConnClosedRemotely", verror.NoRetry, "{1:}{2:} connection closed remotely{:3}.") |
| ErrFlowClosedRemotely = verror.Register("v.io/x/ref/runtime/internal/flow/conn.FlowClosedRemotely", verror.NoRetry, "{1:}{2:} flow closed remotely.") |
| ErrSend = verror.Register("v.io/x/ref/runtime/internal/flow/conn.Send", verror.NoRetry, "{1:}{2:} failure sending {3} message to {4}{:5}.") |
| ErrRecv = verror.Register("v.io/x/ref/runtime/internal/flow/conn.Recv", verror.NoRetry, "{1:}{2:} error reading from {3}{:4}") |
| ErrCounterOverflow = verror.Register("v.io/x/ref/runtime/internal/flow/conn.CounterOverflow", verror.NoRetry, "{1:}{2:} A remote process has sent more data than allowed.") |
| ErrBlessingsFlowClosed = verror.Register("v.io/x/ref/runtime/internal/flow/conn.BlessingsFlowClosed", verror.NoRetry, "{1:}{2:} The blessings flow was closed.") |
| ErrInvalidChannelBinding = verror.Register("v.io/x/ref/runtime/internal/flow/conn.InvalidChannelBinding", verror.NoRetry, "{1:}{2:} The channel binding was invalid.") |
| ErrNoPublicKey = verror.Register("v.io/x/ref/runtime/internal/flow/conn.NoPublicKey", verror.NoRetry, "{1:}{2:} No public key was received by the remote end.") |
| ErrDialingNonServer = verror.Register("v.io/x/ref/runtime/internal/flow/conn.DialingNonServer", verror.NoRetry, "{1:}{2:} You are attempting to dial on a connection with no remote server.") |
| ErrAcceptorBlessingsMissing = verror.Register("v.io/x/ref/runtime/internal/flow/conn.AcceptorBlessingsMissing", verror.NoRetry, "{1:}{2:} The acceptor did not send blessings.") |
| ) |
| |
| func init() { |
| i18n.Cat().SetWithBase(i18n.LangID("en"), i18n.MsgID(ErrInvalidMsg.ID), "{1:}{2:} message of type{:3} and size{:4} failed decoding at field{:5}.") |
| i18n.Cat().SetWithBase(i18n.LangID("en"), i18n.MsgID(ErrInvalidControlMsg.ID), "{1:}{2:} control message of cmd {3} and size {4} failed decoding at field {5}{:6}.") |
| i18n.Cat().SetWithBase(i18n.LangID("en"), i18n.MsgID(ErrInvalidSetupOption.ID), "{1:}{2:} setup option{:3} failed decoding at field{:4}.") |
| i18n.Cat().SetWithBase(i18n.LangID("en"), i18n.MsgID(ErrMissingSetupOption.ID), "{1:}{2:} missing required setup option{:3}.") |
| i18n.Cat().SetWithBase(i18n.LangID("en"), i18n.MsgID(ErrUnknownSetupOption.ID), "{1:}{2:} unknown setup option{:3}.") |
| i18n.Cat().SetWithBase(i18n.LangID("en"), i18n.MsgID(ErrUnknownMsg.ID), "{1:}{2:} unknown message type{:3}.") |
| i18n.Cat().SetWithBase(i18n.LangID("en"), i18n.MsgID(ErrUnknownControlMsg.ID), "{1:}{2:} unknown control command{:3}.") |
| i18n.Cat().SetWithBase(i18n.LangID("en"), i18n.MsgID(ErrUnexpectedMsg.ID), "{1:}{2:} unexpected message type{:3}.") |
| i18n.Cat().SetWithBase(i18n.LangID("en"), i18n.MsgID(ErrConnectionClosed.ID), "{1:}{2:} connection closed.") |
| i18n.Cat().SetWithBase(i18n.LangID("en"), i18n.MsgID(ErrConnClosedRemotely.ID), "{1:}{2:} connection closed remotely{:3}.") |
| i18n.Cat().SetWithBase(i18n.LangID("en"), i18n.MsgID(ErrFlowClosedRemotely.ID), "{1:}{2:} flow closed remotely.") |
| i18n.Cat().SetWithBase(i18n.LangID("en"), i18n.MsgID(ErrSend.ID), "{1:}{2:} failure sending {3} message to {4}{:5}.") |
| i18n.Cat().SetWithBase(i18n.LangID("en"), i18n.MsgID(ErrRecv.ID), "{1:}{2:} error reading from {3}{:4}") |
| i18n.Cat().SetWithBase(i18n.LangID("en"), i18n.MsgID(ErrCounterOverflow.ID), "{1:}{2:} A remote process has sent more data than allowed.") |
| i18n.Cat().SetWithBase(i18n.LangID("en"), i18n.MsgID(ErrBlessingsFlowClosed.ID), "{1:}{2:} The blessings flow was closed.") |
| i18n.Cat().SetWithBase(i18n.LangID("en"), i18n.MsgID(ErrInvalidChannelBinding.ID), "{1:}{2:} The channel binding was invalid.") |
| i18n.Cat().SetWithBase(i18n.LangID("en"), i18n.MsgID(ErrNoPublicKey.ID), "{1:}{2:} No public key was received by the remote end.") |
| i18n.Cat().SetWithBase(i18n.LangID("en"), i18n.MsgID(ErrDialingNonServer.ID), "{1:}{2:} You are attempting to dial on a connection with no remote server.") |
| i18n.Cat().SetWithBase(i18n.LangID("en"), i18n.MsgID(ErrAcceptorBlessingsMissing.ID), "{1:}{2:} The acceptor did not send blessings.") |
| } |
| |
| // NewErrInvalidMsg returns an error with the ErrInvalidMsg ID. |
| func NewErrInvalidMsg(ctx *context.T, typ byte, size uint64, field uint64) error { |
| return verror.New(ErrInvalidMsg, ctx, typ, size, field) |
| } |
| |
| // NewErrInvalidControlMsg returns an error with the ErrInvalidControlMsg ID. |
| func NewErrInvalidControlMsg(ctx *context.T, cmd byte, size uint64, field uint64, err error) error { |
| return verror.New(ErrInvalidControlMsg, ctx, cmd, size, field, err) |
| } |
| |
| // NewErrInvalidSetupOption returns an error with the ErrInvalidSetupOption ID. |
| func NewErrInvalidSetupOption(ctx *context.T, option uint64, field uint64) error { |
| return verror.New(ErrInvalidSetupOption, ctx, option, field) |
| } |
| |
| // NewErrMissingSetupOption returns an error with the ErrMissingSetupOption ID. |
| func NewErrMissingSetupOption(ctx *context.T, option uint64) error { |
| return verror.New(ErrMissingSetupOption, ctx, option) |
| } |
| |
| // NewErrUnknownSetupOption returns an error with the ErrUnknownSetupOption ID. |
| func NewErrUnknownSetupOption(ctx *context.T, option uint64) error { |
| return verror.New(ErrUnknownSetupOption, ctx, option) |
| } |
| |
| // NewErrUnknownMsg returns an error with the ErrUnknownMsg ID. |
| func NewErrUnknownMsg(ctx *context.T, typ byte) error { |
| return verror.New(ErrUnknownMsg, ctx, typ) |
| } |
| |
| // NewErrUnknownControlMsg returns an error with the ErrUnknownControlMsg ID. |
| func NewErrUnknownControlMsg(ctx *context.T, cmd byte) error { |
| return verror.New(ErrUnknownControlMsg, ctx, cmd) |
| } |
| |
| // NewErrUnexpectedMsg returns an error with the ErrUnexpectedMsg ID. |
| func NewErrUnexpectedMsg(ctx *context.T, typ string) error { |
| return verror.New(ErrUnexpectedMsg, ctx, typ) |
| } |
| |
| // NewErrConnectionClosed returns an error with the ErrConnectionClosed ID. |
| func NewErrConnectionClosed(ctx *context.T) error { |
| return verror.New(ErrConnectionClosed, ctx) |
| } |
| |
| // NewErrConnClosedRemotely returns an error with the ErrConnClosedRemotely ID. |
| func NewErrConnClosedRemotely(ctx *context.T, msg string) error { |
| return verror.New(ErrConnClosedRemotely, ctx, msg) |
| } |
| |
| // NewErrFlowClosedRemotely returns an error with the ErrFlowClosedRemotely ID. |
| func NewErrFlowClosedRemotely(ctx *context.T) error { |
| return verror.New(ErrFlowClosedRemotely, ctx) |
| } |
| |
| // NewErrSend returns an error with the ErrSend ID. |
| func NewErrSend(ctx *context.T, typ string, dest string, err error) error { |
| return verror.New(ErrSend, ctx, typ, dest, err) |
| } |
| |
| // NewErrRecv returns an error with the ErrRecv ID. |
| func NewErrRecv(ctx *context.T, src string, err error) error { |
| return verror.New(ErrRecv, ctx, src, err) |
| } |
| |
| // NewErrCounterOverflow returns an error with the ErrCounterOverflow ID. |
| func NewErrCounterOverflow(ctx *context.T) error { |
| return verror.New(ErrCounterOverflow, ctx) |
| } |
| |
| // NewErrBlessingsFlowClosed returns an error with the ErrBlessingsFlowClosed ID. |
| func NewErrBlessingsFlowClosed(ctx *context.T) error { |
| return verror.New(ErrBlessingsFlowClosed, ctx) |
| } |
| |
| // NewErrInvalidChannelBinding returns an error with the ErrInvalidChannelBinding ID. |
| func NewErrInvalidChannelBinding(ctx *context.T) error { |
| return verror.New(ErrInvalidChannelBinding, ctx) |
| } |
| |
| // NewErrNoPublicKey returns an error with the ErrNoPublicKey ID. |
| func NewErrNoPublicKey(ctx *context.T) error { |
| return verror.New(ErrNoPublicKey, ctx) |
| } |
| |
| // NewErrDialingNonServer returns an error with the ErrDialingNonServer ID. |
| func NewErrDialingNonServer(ctx *context.T) error { |
| return verror.New(ErrDialingNonServer, ctx) |
| } |
| |
| // NewErrAcceptorBlessingsMissing returns an error with the ErrAcceptorBlessingsMissing ID. |
| func NewErrAcceptorBlessingsMissing(ctx *context.T) error { |
| return verror.New(ErrAcceptorBlessingsMissing, ctx) |
| } |