public interface IndicatorsExecutionResult
Modifier and Type | Method and Description |
---|---|
List<DQIdException> |
getExceptions()
Returns all exceptions thrown during an indicator execution.
|
boolean |
hasFailed()
Returns
true if at least one indicator has failed. |
boolean hasFailed()
true
if at least one indicator has failed.List<DQIdException> getExceptions()