Versions in this module Expand all Collapse all v0 v0.2.3 Jun 14, 2020 v0.2.2 Dec 19, 2019 v0.2.1 Nov 6, 2019 Changes in this version + var ErrInvalidAuth = New("invalid authentication") + var ErrNotFound = New("not found") + var ErrRunCanceled = New("run canceled by user intervention") + func Errorf(f string, args ...interface{}) error + func MapError(err error) error + func New(res interface{}) error + type Error struct + Errs []string + Frames []xerrors.Frame + Log bool + func NewNoLog(str string) Error + func (e *Error) GetLog() bool + func (e *Error) SetLog(log bool) + func (e Error) Contains(err interface{}) bool + func (e Error) Copy() Error + func (e Error) Error() string + func (e Error) Exit() + func (e Error) Format(f fmt.State, c rune) + func (e Error) FormatError(p xerrors.Printer) error + func (e Error) String() string + func (e Error) ToGRPC(code codes.Code) error + func (e Error) Wrap(err interface{}) Error + func (e Error) Wrapf(str string, args ...interface{}) Error