public static class AbstractProblemLoader.ReplayResult extends Object
| Modifier and Type | Field and Description |
|---|---|
private List<Throwable> |
errors |
private Node |
node |
private String |
status |
| Constructor and Description |
|---|
ReplayResult(String status,
List<Throwable> errors,
Node node) |
| Modifier and Type | Method and Description |
|---|---|
List<Throwable> |
getErrorList() |
Node |
getNode() |
String |
getStatus() |
boolean |
hasErrors() |