Uses of Class
io.streamthoughts.azkarra.api.query.result.QueryError
-
Packages that use QueryError Package Description io.streamthoughts.azkarra.api.query.result -
-
Uses of QueryError in io.streamthoughts.azkarra.api.query.result
Methods in io.streamthoughts.azkarra.api.query.result that return QueryError Modifier and Type Method Description static QueryError
QueryError. of(Throwable t)
Creates a new error instance from the specifiedThrowable
.Methods in io.streamthoughts.azkarra.api.query.result that return types with arguments of type QueryError Modifier and Type Method Description static List<QueryError>
QueryError. allOf(List<Error> errors)
List<QueryError>
ErrorResultSet. getErrors()
Constructors in io.streamthoughts.azkarra.api.query.result with parameters of type QueryError Constructor Description ErrorResultSet(String server, boolean remote, QueryError error)
Constructor parameters in io.streamthoughts.azkarra.api.query.result with type arguments of type QueryError Constructor Description ErrorResultSet(String server, boolean remote, List<QueryError> errors)
-