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
}
func NewCompoundError ¶
func NewCompoundError(message string, innerErrors []error) *CompoundError
func (CompoundError) Error ¶
func (e CompoundError) Error() string
Click to show internal directories.
Click to hide internal directories.