Searched refs:ErrorCategory (Results 1 - 7 of 7) sorted by relevance
/test/testfwk/xdevice/plugins/ohos/src/ohos/ |
H A D | error.py | 19 from xdevice import Error, ErrorCategory namespace 25 "category": ErrorCategory.Script, 28 "category": ErrorCategory.Script, 31 "category": ErrorCategory.Script, 34 "category": ErrorCategory.Environment, 37 "category": ErrorCategory.Script, 40 "category": ErrorCategory.Environment, 43 "category": ErrorCategory.Environment, 47 "category": ErrorCategory.Script, 50 "category": ErrorCategory [all...] |
/test/testfwk/xdevice/plugins/devicetest/ |
H A D | error.py | 19 from xdevice import Error, ErrorCategory namespace 28 "category": ErrorCategory.Environment, 36 "category": ErrorCategory.Environment, 39 "category": ErrorCategory.Script, 42 "category": ErrorCategory.Script, 45 "category": ErrorCategory.Environment, 49 "category": ErrorCategory.Environment, 52 "category": ErrorCategory.Environment, 55 "category": ErrorCategory.Environment, 58 "category": ErrorCategory [all...] |
/test/testfwk/xdevice/src/xdevice/_core/ |
H A D | error.py | 22 __all__ = ["Error", "ErrorCategory", "ErrorMessage"] 25 class ErrorCategory: class 32 defaults=[ErrorCategory.Framework, ""])): 77 "category": ErrorCategory.Environment, 83 "category": ErrorCategory.Environment, 86 "category": ErrorCategory.Environment, 89 "category": ErrorCategory.Environment, 92 "category": ErrorCategory.Environment, 95 "category": ErrorCategory.Environment, 99 "category": ErrorCategory [all...] |
H A D | utils.py | 38 from _core.error import ErrorCategory namespace 302 err_msg = ErrorMessage.Common.Code_0101002.format(ErrorCategory.Environment, input_name)
|
/test/testfwk/xdevice/plugins/devicetest/utils/ |
H A D | util.py | 36 from devicetest.error import ErrorCategory namespace 319 raise FileNotFoundError(ErrorMessage.Common.Code_0201001.format(ErrorCategory.Environment, pc_file))
|
H A D | file_util.py | 31 from devicetest.error import ErrorCategory namespace 196 err_msg = ErrorMessage.Common.Code_0201001.format(ErrorCategory.Environment, file_path)
|
/test/testfwk/xdevice/src/xdevice/ |
H A D | __init__.py | 76 from _core.error import ErrorCategory namespace 306 "ErrorCategory"
|
Completed in 5 milliseconds