public interface ResultList<T>
extends java.util.List<T>
Modifier and Type | Method and Description |
---|---|
ASException |
getError(int index) |
ASStatus |
getStatus(int index) |
boolean |
hasError() |
boolean hasError()
ASException getError(int index)
index
- index on the list to get the exception for the operation that encountered an errorASStatus getStatus(int index)
index
- on the list to get the status of the operationCopyright (c) 2013 TIBCO Software Inc. All rights reserved.