Return returns nil if no errors have been recorded with this instance. Otherwise this instance is returned. This method exists to avoid returning a typed nil accidentally. Example: func (obj *MyDomainObject) DoSomething(param string) error { err := NewValidationError() if param == "" { e
()
source not stored for this graph (policy: none)
no outgoing calls