Home
last modified time | relevance | path

Searched refs:error_dict (Results 1 – 2 of 2) sorted by relevance

/external/libweave/src/privet/
Dprivet_handler_unittest.cc80 base::DictionaryValue* error_dict = nullptr; in StripDebugErrorDetails() local
81 EXPECT_TRUE(result->GetDictionary(path_to_error_object, &error_dict)); in StripDebugErrorDetails()
83 error_dict->RemovePath("error.debugInfo", &dummy); in StripDebugErrorDetails()
84 error_dict->RemovePath("error.message", &dummy); in StripDebugErrorDetails()
/external/autotest/frontend/afe/
Dmodel_logic.py641 error_dict = {}
647 error_dict[f.name] = str(e)
651 error_dict[f.name] = 'This field is required.'
656 return error_dict