Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Multierrors ¶
type Multierrors struct {
// contains filtered or unexported fields
}
Multierrors contains a slice of errors.
func (*Multierrors) Append ¶
func (m *Multierrors) Append(errs ...error)
Append adds the errors into the list.
func (*Multierrors) Error ¶
func (m *Multierrors) Error() string
Error returns the combined error messages.
func (*Multierrors) Size ¶
func (m *Multierrors) Size() int
Size returns the count of list of errors.
Click to show internal directories.
Click to hide internal directories.