errorz

package
v0.15.21 Latest Latest
Warning

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

Go to latest
Published: Feb 26, 2021 License: Apache-2.0 Imports: 0 Imported by: 2

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type ErrorHolder

type ErrorHolder interface {
	GetError() error
	SetError(error) bool
	HasError() bool
}

type ErrorHolderImpl

type ErrorHolderImpl struct {
	Err error
}

func (*ErrorHolderImpl) GetError

func (holder *ErrorHolderImpl) GetError() error

func (*ErrorHolderImpl) HasError

func (holder *ErrorHolderImpl) HasError() bool

func (*ErrorHolderImpl) SetError

func (holder *ErrorHolderImpl) SetError(err error) bool

Jump to

Keyboard shortcuts

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