Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type MultiError ¶
type MultiError struct {
Errors []error `json:"errors"`
}
MultiError is an error containing several errors Unlike errors.Join() it produces an error with exported fields and can be included in structured logging
func (MultiError) Error ¶
func (m MultiError) Error() string
Click to show internal directories.
Click to hide internal directories.