Home | History | Annotate | Download | only in cros

Lines Matching refs:error_list

1904     def _classify_exceptions(self, error_list):
1907 @param error_list: The list of errors (string) happened in auto-update
1914 if not error_list:
1917 target_error = error_list[0]
1978 error_list = []
1992 error_list.append(str(e))
2031 error_list.append(self._parse_AU_error(str(raised_error)))
2069 raised_error = self._classify_exceptions(error_list)
2094 if error_list:
2095 raise DevServerException(error_msg % (host_name, error_list[0]))