errors

package
v0.14.3 Latest Latest
Warning

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

Go to latest
Published: Jun 13, 2023 License: Apache-2.0 Imports: 2 Imported by: 62

Documentation

Overview

Package errors provides libraries for working with the go-errors/errors library.

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func As added in v0.13.10

func As(err error, target interface{}) bool

As finds the targeted error in any wrapped error.

func Errorf

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

Errorf returns a new go-error.

func GetStack added in v0.10.0

func GetStack(err error) string

GetStack returns a stack trace for the error if it has one

func Is added in v0.13.10

func Is(err error, target error) bool

Is detects whether the error is equal to a given error.

func Wrap

func Wrap(err interface{}) error

Wrap returns err wrapped in a go-error. If err is nil, returns nil.

func WrapPrefixf

func WrapPrefixf(err interface{}, msg string, args ...interface{}) error

WrapPrefixf returns err wrapped in a go-error with a message prefix. If err is nil, returns nil.

Types

This section is empty.

Jump to

Keyboard shortcuts

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