Searched refs:error_dict (Results 1 – 2 of 2) sorted by relevance
80 base::DictionaryValue* error_dict = nullptr; in StripDebugErrorDetails() local81 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()
641 error_dict = {}647 error_dict[f.name] = str(e)651 error_dict[f.name] = 'This field is required.'656 return error_dict