Documentation ¶
Index ¶
- type MultiErr
- func (me *MultiErr) Append(err error) *MultiErr
- func (me *MultiErr) As(target interface{}) bool
- func (me *MultiErr) Error() string
- func (me *MultiErr) Errors() []error
- func (me *MultiErr) HasErrors() bool
- func (me *MultiErr) Includes(err error) bool
- func (me *MultiErr) Is(target error) bool
- func (me *MultiErr) Reduce() error
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type MultiErr ¶
type MultiErr struct {
// contains filtered or unexported fields
}
func NewMultiErr ¶ added in v1.1.0
func NewMultiErr() *MultiErr
Click to show internal directories.
Click to hide internal directories.