MCPcopy Create free account
hub / github.com/docker/go-plugins-helpers / ErrorResponse

Struct ErrorResponse

network/api.go:178–180  ·  view source on GitHub ↗

ErrorResponse is a formatted error message that libnetwork can understand

Source from the content-addressed store, hash-verified

176
177// ErrorResponse is a formatted error message that libnetwork can understand
178type ErrorResponse struct {
179 Err string
180}
181
182// DiscoveryNotification is sent by the daemon when a new discovery event occurs
183type DiscoveryNotification struct {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected