Searched refs:NoSuchAttrError (Results 1 – 5 of 5) sorted by relevance
231 return nil, starlark.NoSuchAttrError(
341 type NoSuchAttrError string type343 func (e NoSuchAttrError) Error() string { return string(e) }
596 } else if nsa, ok := err.(NoSuchAttrError); ok {614 if _, ok := err.(NoSuchAttrError); ok {
244 return starlark.NoSuchAttrError(fmt.Sprintf("no .%s field", name))
788 return nil, starlark.NoSuchAttrError(fmt.Sprintf("%s has no .%s field", desc.FullName(), name))