exception documentation

class DeviceCreationError(GenericError):

View In Hierarchy

Error during the creation of a device.

This exception should contain the list of the devices actually created up to now, in the form of pairs (node, device)

Method __init__ Undocumented
Method __str__ Undocumented
Instance Variable created_devices Undocumented
Instance Variable message Undocumented
def __init__(self, message, created_devices):

Undocumented

def __str__(self):

Undocumented

created_devices =

Undocumented

message =

Undocumented