errors

package
v0.7.2 Latest Latest
Warning

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

Go to latest
Published: Aug 21, 2024 License: Apache-2.0 Imports: 3 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type WrappedError

type WrappedError struct {
	Message string
	Cause   error
	Stack   errors.StackTrace
}

func WrapErrf

func WrapErrf(err error, msg string, args ...interface{}) *WrappedError

func (*WrappedError) Error

func (err *WrappedError) Error() string

func (*WrappedError) Format

func (err *WrappedError) Format(s fmt.State, verb rune)

func (*WrappedError) Unwrap

func (err *WrappedError) Unwrap() error

Jump to

Keyboard shortcuts

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