errutil

package
v0.5.9 Latest Latest
Warning

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

Go to latest
Published: May 5, 2023 License: Apache-2.0 Imports: 2 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func Wrap

func Wrap(message string, err error) error

Wrap is a simple wrapper around Errorf that is doing error wrapping. You can read how that works in https://godoc.org/golang.org/x/xerrors#Errorf but its API is very implicit which is a reason for this wrapper. There is also a discussion (https://github.com/golang/go/issues/29934) where many comments make arguments for such wrapper so hopefully it will be added in the standard lib later.

func Wrapf

func Wrapf(err error, message string, a ...interface{}) error

Wrapf is a simple wrapper around Errorf that is doing error wrapping Wrapf allows you to send a format and args instead of just a message.

Types

This section is empty.

Jump to

Keyboard shortcuts

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