MCPcopy Create free account
hub / github.com/juju/errors / IsNotImplemented

Function IsNotImplemented

errortypes.go:231–233  ·  view source on GitHub ↗

Deprecated: IsNotImplemented reports whether err is a NotImplemented error. Use Is(err, NotImplemented).

(err error)

Source from the content-addressed store, hash-verified

229// Deprecated: IsNotImplemented reports whether err is a NotImplemented error.
230// Use Is(err, NotImplemented).
231func IsNotImplemented(err error) bool {
232 return Is(err, NotImplemented)
233}
234
235// AlreadyExistsf returns an error which satisfies Is(err, AlreadyExists) and
236// the Locationer interface.

Callers

nothing calls this directly

Calls 1

IsFunction · 0.85

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…