Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type MultipleError ¶
type MultipleError struct { Sep string PluralPrefix string Index bool AppendBefore func(err error) // contains filtered or unexported fields }
func AppendError ¶
func AppendError(m *MultipleError, errs ...error) *MultipleError
func NewMultipleError ¶
func NewMultipleError(errs ...error) *MultipleError
func (*MultipleError) Append ¶
func (m *MultipleError) Append(errs ...error) *MultipleError
func (*MultipleError) Clear ¶
func (m *MultipleError) Clear()
func (*MultipleError) Count ¶
func (m *MultipleError) Count() int
func (MultipleError) Error ¶
func (m MultipleError) Error() string
func (*MultipleError) HasError ¶
func (m *MultipleError) HasError() bool
Click to show internal directories.
Click to hide internal directories.