()
| 20 | } |
| 21 | |
| 22 | func (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 |
no outgoing calls