flambe.cluster.instance.errors

Module Contents

exception flambe.cluster.instance.errors.RemoteCommandError[source]

Bases: Exception

Error raised when any remote command/script fail in an Instance.

exception flambe.cluster.instance.errors.SSHConnectingError[source]

Bases: Exception

Error raised when opening a SSH connection fails.

exception flambe.cluster.instance.errors.MissingAuthError[source]

Bases: Exception

Error raised when there is missing authentication information.

exception flambe.cluster.instance.errors.RemoteFileTransferError[source]

Bases: Exception

Error raised when sending a local file to an Instance fails.