MCPcopy
hub / github.com/moby/moby / Error

Method Error

daemon/network.go:48–50  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

46type PredefinedNetworkError string
47
48func (pnr PredefinedNetworkError) Error() string {
49 return fmt.Sprintf("operation is not permitted on predefined %s network ", string(pnr))
50}
51
52// Forbidden denotes the type of this error
53func (pnr PredefinedNetworkError) Forbidden() {}

Callers 1

pluginRefCountMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected