MCPcopy Create free account
hub / github.com/bcspragu/logseq-sync / errAlreadyExists

Struct errAlreadyExists

db/db.go:41–44  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

39}
40
41type errAlreadyExists struct {
42 entityName string
43 conflictingParam string
44}
45
46func (e errAlreadyExists) Error() string {
47 return fmt.Sprintf("a %s with that %s already exists", e.entityName, e.conflictingParam)

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected