Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func ErrJoinCustom ¶
Types ¶
type ErrMultiple ¶
func NewErrMultiple ¶
func NewErrMultiple(errs ...error) *ErrMultiple
func NewErrMultipleCustom ¶
func NewErrMultipleCustom(sep string, errs ...error) *ErrMultiple
func (*ErrMultiple) Add ¶
func (e *ErrMultiple) Add(err error)
func (*ErrMultiple) Addf ¶
func (e *ErrMultiple) Addf(msg string, args ...any)
func (*ErrMultiple) Error ¶
func (e *ErrMultiple) Error() string
func (*ErrMultiple) First ¶
func (e *ErrMultiple) First() error
Click to show internal directories.
Click to hide internal directories.