MCPcopy
hub / github.com/devtron-labs/devtron / IsErrNoRows

Function IsErrNoRows

internal/util/ErrorUtil.go:90–92  ·  view source on GitHub ↗
(err error)

Source from the content-addressed store, hash-verified

88}
89
90func IsErrNoRows(err error) bool {
91 return pg.ErrNoRows == err
92}
93func IsResourceConflictError(err error) bool {
94 var resourceConflictPhrases = []string{
95 "already exists",

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…