Lines Matching defs:error
43 Error
46 Error error;
63 error.SetErrorStringWithFormat("invalid file list index %u, index must be 0 through %u", idx, count);
79 error.SetErrorString("replace operation takes an array index followed by one or more values");
100 error.SetErrorString("assign operation takes at least one file path argument");
112 error.SetErrorStringWithFormat("invalid insert file list index %u, index must be 0 through %u", idx, count);
127 error.SetErrorString("insert operation takes an array index followed by one or more values");
161 error.SetErrorStringWithFormat("invalid array index '%s', aborting remove operation", args.GetArgumentAtIndex(i));
166 error.SetErrorString("remove operation takes one or more array index");
171 error = OptionValue::SetValueFromCString (value, op);
174 return error;
177 return Error();