Lines Matching refs:status
117 ret_json = {"status": UNANTICIPATED, "errors": [{"reason":
236 status = property(get_any("_status"), set_any("_status"))
394 elif "status" in out_json:
397 return {"status": ERROR, "errors": [{"reason":
401 return {"status": ERROR, "errors": [{"reason": str(ex)}
421 ret_json = {"status": ERROR, "errors":
442 return {"status": UNANTICIPATED, "errors": [{"reason":
450 out_json = {"status": ERROR, "errors": [{"reason":
453 if out_json["status"] not in [SUCCEED, NO_OP,
455 err_code = out_json["status"]