Home
last modified time | relevance | path

Searched refs:_code (Results 1 – 3 of 3) sorted by relevance

/ohos5.0/build/hb/exceptions/
H A Dohos_exception.py28 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 Dstatus.py49 _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 Drun_count.rs25 _code: u32, in on_remote_request()