errors

package
v1.9.4 Latest Latest
Warning

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

Go to latest
Published: Oct 12, 2021 License: MIT Imports: 5 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

View Source
var (
	ErrDecodeRequiredPointerType = xerrors.New("required pointer type value")
)

Functions

func ErrSyntax

func ErrSyntax(msg string, tk *token.Token) *syntaxError

ErrSyntax create syntax error instance with message and token

func Wrapf

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

Wrapf wrap error for stack trace

Types

type PrettyPrinter

type PrettyPrinter interface {
	PrettyPrint(xerrors.Printer, bool, bool) error
}

type Sink

type Sink struct{ *bytes.Buffer }

func (*Sink) Detail

func (es *Sink) Detail() bool

func (*Sink) Print

func (es *Sink) Print(args ...interface{})

func (*Sink) Printf

func (es *Sink) Printf(f string, args ...interface{})

Jump to

Keyboard shortcuts

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