MCPcopy Create free account
hub / github.com/google/go-cloud / Error

Method Error

pubsub/rabbitpubsub/rabbit.go:413–419  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

411type MultiError []error
412
413func (m MultiError) Error() string {
414 var s []string
415 for _, e := range m {
416 s = append(s, e.Error())
417 }
418 return strings.Join(s, "; ")
419}
420
421// Return the error from a Go channel monitoring the closing of an AMQP channel.
422// closec must have been registered via Channel.NotifyClose.

Callers 15

TestUnroutableFunction · 0.95
TestOpenFunction · 0.45
TestURLOpenerFunction · 0.45
TestURLOpenerFunction · 0.45
TestCancelSendFunction · 0.45
TestCancelReceiveFunction · 0.45
TestErrorsAreWrappedFunction · 0.45
TestOpenTelemetryFunction · 0.45
TestTopicCloseIsCalledFunction · 0.45
TestKafkaKeyFunction · 0.45

Calls

no outgoing calls

Tested by 15

TestUnroutableFunction · 0.76
TestOpenFunction · 0.36
TestURLOpenerFunction · 0.36
TestURLOpenerFunction · 0.36
TestCancelSendFunction · 0.36
TestCancelReceiveFunction · 0.36
TestErrorsAreWrappedFunction · 0.36
TestOpenTelemetryFunction · 0.36
TestTopicCloseIsCalledFunction · 0.36
TestKafkaKeyFunction · 0.36