Class ErrorResultSet
- java.lang.Object
-
- io.streamthoughts.azkarra.api.query.result.AbstractResultSet
-
- io.streamthoughts.azkarra.api.query.result.ErrorResultSet
-
public class ErrorResultSet extends AbstractResultSet
-
-
Field Summary
-
Fields inherited from class io.streamthoughts.azkarra.api.query.result.AbstractResultSet
server
-
-
Constructor Summary
Constructors Constructor Description ErrorResultSet(String server, boolean remote, QueryError error)
ErrorResultSet(String server, boolean remote, List<QueryError> errors)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description List<QueryError>
getErrors()
-
Methods inherited from class io.streamthoughts.azkarra.api.query.result.AbstractResultSet
getServer, isRemote
-
-
-
-
Constructor Detail
-
ErrorResultSet
public ErrorResultSet(String server, boolean remote, QueryError error)
-
ErrorResultSet
public ErrorResultSet(String server, boolean remote, List<QueryError> errors)
-
-
Method Detail
-
getErrors
public List<QueryError> getErrors()
-
-