errors

package
v1.5.0-rc.0 Latest Latest
Warning

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

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

Documentation

Index

Constants

This section is empty.

Variables

View Source
var (
	// New is the same as errors.New.
	New = stderrors.New

	// As is the same as errors.As.
	As = stderrors.As
)

Functions

func Errorf

func Errorf(err Wrappable, format string, a ...any) error

Errorf returns a wrappable typed error that can be type checked in tests.

Types

type Wrappable

type Wrappable interface {
	Error() string
	// contains filtered or unexported methods
}

Wrappable is a wrappable error.

type WrappableError

type WrappableError struct {
	// contains filtered or unexported fields
}

WrappableError is a wrappable struct that can be easily embedded in error types.

func (*WrappableError) Error

func (e *WrappableError) Error() string

func (*WrappableError) Unwrap

func (e *WrappableError) Unwrap() error

Jump to

Keyboard shortcuts

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