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