MCPcopy Create free account
hub / github.com/koding/kite / ErrClose

Struct ErrClose

kite.go:449–453  ·  view source on GitHub ↗

ErrClose is returned by the Close function, when the argument passed to it was a slice of kites.

Source from the content-addressed store, hash-verified

447// ErrClose is returned by the Close function, when the argument passed
448// to it was a slice of kites.
449type ErrClose struct {
450 // Errs has always length of the slice passed to the Close function.
451 // It contains at least one non-nil error.
452 Errs []error
453}
454
455// Error implements the built-in error interface.
456func (err *ErrClose) Error() string {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected