MCPcopy Create free account
hub / github.com/pydio/cells / HasConfigError

Method HasConfigError

common/sync/model/errors.go:45–45  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

43func IsConfigError(e error) bool {
44 type configErrorProvider interface {
45 HasConfigError() bool
46 }
47 _, ok := e.(configErrorProvider)
48 return ok

Callers

nothing calls this directly

Implementers 1

ConfigErrorcommon/sync/model/errors.go

Calls

no outgoing calls

Tested by

no test coverage detected