Searched refs:_code (Results 1 – 3 of 3) sorted by relevance
/ohos5.0/build/hb/exceptions/ |
H A D | ohos_exception.py | 28 self._code = code 33 if not self._code in status_file.keys(): 35 return status_file[str(self._code)]['solution'] 40 … if not self._code in status_file.keys() or 'type' not in status_file[str(self._code)].keys(): 42 return status_file[str(self._code)]['type'] 47 …if not self._code in status_file.keys() or 'description' not in status_file[str(self._code)].keys(… 49 return status_file[str(self._code)]['description']
|
/ohos5.0/build/hb/containers/ |
H A D | status.py | 49 _code = '' 55 _code = exception._code 60 _code = '0000' 65 _print_formatted_tracebak(_code, str(exception), _type, _desc, _solution) 70 def _print_formatted_tracebak(_code, _exception, _type, _desc, _solution): argument 96 .format(_code, _exception, _type, _desc, _solution), 'error')
|
/ohos5.0/base/request/request/services/examples/ |
H A D | run_count.rs | 25 _code: u32, in on_remote_request()
|