Home | History | Annotate | Download | only in Interpreter

Lines Matching defs:error

35 Error
38 Error error;
56 error.SetErrorStringWithFormat("invalid file list index %u, index must be 0 through %u", idx, count);
71 error.SetErrorString("replace operation takes an array index followed by one or more path pairs");
80 error.SetErrorString("assign operation takes one or more path pairs");
88 error.SetErrorString("append operation takes one or more path pairs");
112 error.SetErrorStringWithFormat("invalid file list index %u, index must be 0 through %u", idx, count);
128 error.SetErrorString("insert operation takes an array index followed by one or more path pairs");
162 error.SetErrorStringWithFormat("invalid array index '%s', aborting remove operation", args.GetArgumentAtIndex(i));
167 error.SetErrorString("remove operation takes one or more array index");
172 error = OptionValue::SetValueFromCString (value, op);
175 return error;
178 return Error();