Lines Matching refs:Errorf
32 panic(fmt.Errorf("can't copy mismatching types (%s <- %s)",
38 panic(fmt.Errorf("can't copy a private field %q", field.Name))
71 panic(fmt.Errorf("can't clone field %q: interface refers to a non-pointer",
75 panic(fmt.Errorf("can't clone field %q: interface points to a non-struct",
117 panic(fmt.Errorf("can't clone field %q: points to a %s",
121 panic(fmt.Errorf("unexpected kind for property struct field %q: %s",
150 panic(fmt.Errorf("can't zero field %q: interface refers to a non-pointer",
154 panic(fmt.Errorf("can't zero field %q: interface points to a non-struct",
168 panic(fmt.Errorf("can't zero field %q: points to a %s",
174 panic(fmt.Errorf("unexpected kind for property struct field %q: %s",
210 panic(fmt.Errorf("can't clone empty field %q: interface refers to a non-pointer",
214 panic(fmt.Errorf("can't clone empty field %q: interface points to a non-struct",
238 panic(fmt.Errorf("can't clone empty field %q: points to a %s",
243 panic(fmt.Errorf("unexpected kind for property struct field %q: %s",