MCPcopy Create free account
hub / github.com/golang/appengine / Error

Method Error

search/struct.go:22–24  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

20}
21
22func (e *ErrFieldMismatch) Error() string {
23 return fmt.Sprintf("search: cannot load field %q: %s", e.FieldName, e.Reason)
24}
25
26// ErrFacetMismatch is returned when a facet is to be loaded into a different
27// type than the one it was stored from, or when a field is missing or

Callers 7

TestValidFieldNamesFunction · 0.45
TestDuplicateFieldsFunction · 0.45
TestPutBadStatusFunction · 0.45
TestSortOptionsFunction · 0.45
TestBasicSearchOptsFunction · 0.45
TestFacetRefinementsFunction · 0.45
TestNamespaceResettingFunction · 0.45

Calls

no outgoing calls

Tested by 7

TestValidFieldNamesFunction · 0.36
TestDuplicateFieldsFunction · 0.36
TestPutBadStatusFunction · 0.36
TestSortOptionsFunction · 0.36
TestBasicSearchOptsFunction · 0.36
TestFacetRefinementsFunction · 0.36
TestNamespaceResettingFunction · 0.36