Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type ExitError ¶
type ExitError struct {
// contains filtered or unexported fields
}
ExitError fulfills both the builtin `error` interface and `ExitCoder`
func NewExitError ¶
NewExitError makes a new *ExitError
type MultiError ¶
type MultiError struct {
Errors []error
}
MultiError is an error that wraps multiple errors.
func NewMultiError ¶
func NewMultiError(err ...error) MultiError
NewMultiError creates a new MultiError. Pass in one or more errors.
Click to show internal directories.
Click to hide internal directories.