elasticluster.exceptions¶
-
exception
elasticluster.exceptions.ClusterSizeError(msg=None)[source]¶ Not enough nodes (of one or more kinds) are available.
-
exception
elasticluster.exceptions.InstanceError[source]¶ Generic error dealing with cloud-based VM.
The difference between this and other errors raised by cloud APIs (e.g.,
FlavorError) is that InstanceError occurs when operations fail on a VM instance that ElastiCluster assumes existing (whereas, e.g.,FlavorErrormight happen when starting a VM instance fails).
-
exception
elasticluster.exceptions.InstanceNotFoundError[source]¶ The cloud provider does not know about the given VM instance.