exception documentation
class DeviceCreationError(GenericError):
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 |
Undocumented |
Instance Variable | message |
Undocumented |