Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ( ErrVendorProxy = xerrors.New("vendor proxy error") ErrFunctionExists = ErrVendorProxy.WithMessage("such a function already exists") ErrFunctionNotExists = ErrVendorProxy.WithMessage("function does not exist") ErrInvalidArgument = ErrVendorProxy.WithMessage("function argument is invalid") ErrArgumentsNotValidated = ErrVendorProxy.WithMessage("arguments are not validated") ErrWrongCountArguments = ErrVendorProxy.WithMessage("wrong count of arguments") )
Functions ¶
Types ¶
Click to show internal directories.
Click to hide internal directories.