Documentation ¶
Index ¶
- func Join(errs ...error) error
- type Errors
- func (this *Errors) All() []error
- func (this *Errors) Append(errs ...error) *Errors
- func (this *Errors) Count() int
- func (this *Errors) Error() string
- func (this *Errors) First() error
- func (this *Errors) Get(n int) error
- func (this *Errors) IsNil() bool
- func (this *Errors) Last() error
- func (this *Errors) Prepend(errs ...error) *Errors
- func (this *Errors) Range(fn func(int, error))
- func (this *Errors) Reset() *Errors
- func (this *Errors) String() string
- func (this *Errors) Unwrap() []error
- func (this *Errors) WithErrors(errs []error) *Errors
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
Click to show internal directories.
Click to hide internal directories.