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

Function IsNotProvisioned

errortypes.go:327–329  ·  view source on GitHub ↗

Deprecated: IsNotProvisioned reports whether err is a NotProvisioned error. Use Is(err, NotProvisioned).

(err error)

Source from the content-addressed store, hash-verified

325// Deprecated: IsNotProvisioned reports whether err is a NotProvisioned error.
326// Use Is(err, NotProvisioned).
327func IsNotProvisioned(err error) bool {
328 return Is(err, NotProvisioned)
329}
330
331// NotAssignedf returns an error which satisfies Is(err, NotAssigned) and the
332// 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…