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

Function IsNotAssigned

errortypes.go:351–353  ·  view source on GitHub ↗

Deprecated: IsNotAssigned reports whether err is a NotAssigned error. Use Is(err, NotAssigned)

(err error)

Source from the content-addressed store, hash-verified

349// Deprecated: IsNotAssigned reports whether err is a NotAssigned error.
350// Use Is(err, NotAssigned)
351func IsNotAssigned(err error) bool {
352 return Is(err, NotAssigned)
353}
354
355// BadRequestf returns an error which satisfies Is(err, BadRequest) and the
356// 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…