type github.com/hashicorp/go-multierror.Error
19 uses
github.com/hashicorp/go-multierror (current package)
append.go#L9: func Append(err error, errs ...error) *Error {
append.go#L11: case *Error:
append.go#L14: err = new(Error)
append.go#L20: case *Error:
append.go#L39: return Append(&Error{}, newErrs...)
flatten.go#L7: if _, ok := err.(*Error); !ok {
flatten.go#L12: flatErr := new(Error)
flatten.go#L17: func flatten(err error, flatErr *Error) {
flatten.go#L19: case *Error:
multierror.go#L9: type Error struct {
multierror.go#L14: func (e *Error) Error() string {
multierror.go#L27: func (e *Error) ErrorOrNil() error {
multierror.go#L38: func (e *Error) GoString() string {
multierror.go#L49: func (e *Error) WrappedErrors() []error {
prefix.go#L22: case *Error:
prefix.go#L25: err = new(Error)
sort.go#L4: func (err Error) Len() int {
sort.go#L9: func (err Error) Swap(i, j int) {
sort.go#L14: func (err Error) Less(i, j int) bool {
![]() |
The pages are generated with Golds v0.3.2-preview. (GOOS=darwin GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @Go100and1 (reachable from the left QR code) to get the latest news of Golds. |