taolib.remote.errors#
远端执行相关异常定义。
Exceptions#
远端执行相关错误基类。 |
|
依赖缺失或版本不兼容导致的错误。 |
|
配置不合法或缺失导致的错误。 |
|
远端命令执行失败导致的错误。 |
Module Contents#
- exception taolib.remote.errors.RemoteError[源代码]#
Bases:
RuntimeError远端执行相关错误基类。
- exception taolib.remote.errors.RemoteDependencyError[源代码]#
Bases:
RemoteError依赖缺失或版本不兼容导致的错误。
- exception taolib.remote.errors.RemoteConfigError[源代码]#
Bases:
RemoteError配置不合法或缺失导致的错误。