errors

package module
v1.0.1 Latest Latest
Warning

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

Go to latest
Published: Apr 10, 2020 License: MIT Imports: 2 Imported by: 50

README

errors

Go errors wrapping like pkg/errors but using Go's new error wrapping since 1.13.

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func Errorf

func Errorf(format string, args ...interface{}) error

Errorf returns an error for a given format and arguments.

func Is

func Is(err error, target error) bool

Is checks if a given errors wraps another target.

func New

func New(msg string) error

New returns a new error from a given string.

func Wrap

func Wrap(err error, msg string) error

Wrap returns an error that wraps an existing error with a new one for a given string.

func Wrapf

func Wrapf(err error, format string, args ...interface{}) error

Wrapf returns an error that wraps an existing error with a new one for a given format and arguments.

Types

This section is empty.

Jump to

Keyboard shortcuts

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