public static class ScalarisVM.AddNodesResult extends Object
ScalarisVM.addNodes(int)
.Modifier and Type | Field and Description |
---|---|
String |
errors
Error string for nodes that could not be started (empty if all nodes
have been started successfully).
|
List<ErlangValue> |
successful
Names of successfully added nodes.
|
public final List<ErlangValue> successful
public final String errors