Lines Matching refs:Errorf
18 return fmt.Errorf("no config file specified")
22 return fmt.Errorf("failed to read config file: %v", err)
32 return fmt.Errorf("failed to parse config file: %v", err)
51 return fmt.Errorf("config type is not pointer to struct")
61 return fmt.Errorf("config type is not pointer to struct")
73 return fmt.Errorf("json tag on '%v%v' should be lower-case", prefix, name)
81 return fmt.Errorf("failed to parse config file: %v", err)
86 return fmt.Errorf("unknown field '%v%v' in config", prefix, k)
92 return fmt.Errorf("bad json array type '%v%v'", prefix, k)
121 return fmt.Errorf("failed to marshal inner struct %q: %v", prefix, err)