Lines Matching refs:error_string
285 std::string &error_string
298 error_string.append("could not find script class: ");
299 error_string.append(python_class_name);
316 error_string.append(E.ReadBacktrace());
319 error_string.append(E.message());
327 error_string.assign("args passed, but __init__ does not take an args dictionary");
335 …error_string.assign("wrong number of arguments in __init__, should be 2 or 3 (not including self)"…
350 std::string &error_string,
364 error_string.append("could not find script class: ");
365 error_string.append(python_class_name);
382 error_string.append(E.ReadBacktrace());
385 error_string.append(E.message());
393 error_string.assign("args passed, but __init__ does not take an args dictionary");
401 …error_string.assign("wrong number of arguments in __init__, should be 2 or 3 (not including self)"…