taolib.remote.errors#

远端执行相关异常定义。

Exceptions#

RemoteError

远端执行相关错误基类。

RemoteDependencyError

依赖缺失或版本不兼容导致的错误。

RemoteConfigError

配置不合法或缺失导致的错误。

RemoteExecutionError

远端命令执行失败导致的错误。

Module Contents#

exception taolib.remote.errors.RemoteError[源代码]#

Bases: RuntimeError

远端执行相关错误基类。

exception taolib.remote.errors.RemoteDependencyError[源代码]#

Bases: RemoteError

依赖缺失或版本不兼容导致的错误。

exception taolib.remote.errors.RemoteConfigError[源代码]#

Bases: RemoteError

配置不合法或缺失导致的错误。

exception taolib.remote.errors.RemoteExecutionError(message: str, *, command: str | None = None)[源代码]#

Bases: RemoteError

远端命令执行失败导致的错误。

command = None[源代码]#