TDengine/test/new_test_framework/taostest/errors.py
WANG Xu 90bda4a857
refactor: test dir
Signed-off-by: WANG Xu <feici02@outlook.com>
2025-03-19 18:41:55 +08:00

29 lines
428 B
Python

class TestException(BaseException):
pass
class ParamTypeError(BaseException):
pass
class UnknownOSException(BaseException):
pass
class LabelNotFoundException(BaseException):
pass
class ComponentNotFoundException(BaseException):
pass
class ContainerNotFoundException(BaseException):
pass
class ContainerError(BaseException):
pass
class ContainerNotFoundException(BaseException):
pass