reserved

package
v0.2.0 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Apr 17, 2023 License: BSD-3-Clause Imports: 6 Imported by: 6

Documentation

Overview

Package reserved implements client-side support for reserved RPC methods implemented by all servers.

This file was auto-generated by the vanadium vdl tool. Package: reserved

Index

Constants

This section is empty.

Variables

View Source
var (

	// ErrGlobMaxRecursionReached indicates that the Glob request exceeded the
	// max recursion level.
	ErrGlobMaxRecursionReached = verror.NewIDAction("v.io/v23/rpc/reserved.GlobMaxRecursionReached", verror.NoRetry)
	// ErrGlobMatchesOmitted indicates that some of the Glob results might
	// have been omitted due to access restrictions.
	ErrGlobMatchesOmitted = verror.NewIDAction("v.io/v23/rpc/reserved.GlobMatchesOmitted", verror.NoRetry)
	// ErrGlobNotImplemented indicates that Glob is not implemented by the
	// object.
	ErrGlobNotImplemented = verror.NewIDAction("v.io/v23/rpc/reserved.GlobNotImplemented", verror.NoRetry)
)

Functions

func ErrorfGlobMatchesOmitted added in v0.1.10

func ErrorfGlobMatchesOmitted(ctx *context.T, format string) error

ErrorfGlobMatchesOmitted calls ErrGlobMatchesOmitted.Errorf with the supplied arguments.

func ErrorfGlobMaxRecursionReached added in v0.1.10

func ErrorfGlobMaxRecursionReached(ctx *context.T, format string) error

ErrorfGlobMaxRecursionReached calls ErrGlobMaxRecursionReached.Errorf with the supplied arguments.

func ErrorfGlobNotImplemented added in v0.1.10

func ErrorfGlobNotImplemented(ctx *context.T, format string) error

ErrorfGlobNotImplemented calls ErrGlobNotImplemented.Errorf with the supplied arguments.

func MessageGlobMatchesOmitted added in v0.1.10

func MessageGlobMatchesOmitted(ctx *context.T, message string) error

MessageGlobMatchesOmitted calls ErrGlobMatchesOmitted.Message with the supplied arguments.

func MessageGlobMaxRecursionReached added in v0.1.10

func MessageGlobMaxRecursionReached(ctx *context.T, message string) error

MessageGlobMaxRecursionReached calls ErrGlobMaxRecursionReached.Message with the supplied arguments.

func MessageGlobNotImplemented added in v0.1.10

func MessageGlobNotImplemented(ctx *context.T, message string) error

MessageGlobNotImplemented calls ErrGlobNotImplemented.Message with the supplied arguments.

func MethodSignature

func MethodSignature(ctx *context.T, name, method string, opts ...rpc.CallOpt) (signature.Method, error)

MethodSignature invokes the reserved method signature RPC on the given name, and returns the results.

func ParamsErrGlobMatchesOmitted added in v0.1.10

func ParamsErrGlobMatchesOmitted(argumentError error) (verrorComponent string, verrorOperation string, returnErr error)

ParamsErrGlobMatchesOmitted extracts the expected parameters from the error's ParameterList.

func ParamsErrGlobMaxRecursionReached added in v0.1.10

func ParamsErrGlobMaxRecursionReached(argumentError error) (verrorComponent string, verrorOperation string, returnErr error)

ParamsErrGlobMaxRecursionReached extracts the expected parameters from the error's ParameterList.

func ParamsErrGlobNotImplemented added in v0.1.10

func ParamsErrGlobNotImplemented(argumentError error) (verrorComponent string, verrorOperation string, returnErr error)

ParamsErrGlobNotImplemented extracts the expected parameters from the error's ParameterList.

func Signature

func Signature(ctx *context.T, name string, opts ...rpc.CallOpt) ([]signature.Interface, error)

Signature invokes the reserved signature RPC on the given name, and returns the results.

Types

This section is empty.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL