Lines Matching refs:Errorf
28 panic(fmt.Errorf("CloneProperties expected *struct, got %s", structValue.Type()))
40 panic(fmt.Errorf("CopyProperties expected dstValue *struct, got %s", dstValue.Type()))
43 panic(fmt.Errorf("CopyProperties expected srcValue *struct, got %s", srcValue.Type()))
51 panic(fmt.Errorf("can't copy mismatching types (%s <- %s)",
57 panic(fmt.Errorf("can't copy a private field %q", field.Name))
90 panic(fmt.Errorf("can't clone field %q: expected interface to contain *struct, found %s",
130 panic(fmt.Errorf("can't clone pointer field %q type %s",
134 panic(fmt.Errorf("unexpected type for property struct field %q: %s",
144 panic(fmt.Errorf("ZeroProperties expected *struct, got %s", structValue.Type()))
172 panic(fmt.Errorf("can't zero field %q: expected interface to contain *struct, found %s",
186 panic(fmt.Errorf("can't zero field %q: points to a %s",
192 panic(fmt.Errorf("unexpected kind for property struct field %q: %s",
203 panic(fmt.Errorf("CloneEmptyProperties expected *struct, got %s", structValue.Type()))
234 panic(fmt.Errorf("can't clone empty field %q: expected interface to contain *struct, found %s",
258 panic(fmt.Errorf("can't clone empty field %q: points to a %s",
263 panic(fmt.Errorf("unexpected kind for property struct field %q: %s",