There was an error while loading. Please reload this page.
Hello,
The enum QueryExecutionState should be updated to contain the KILLED value like in the corresponding C++ enum.
KILLED
This missing enum value causes this line to throw this exception:
com.arangodb.ArangoDBException: com.arangodb.velocypack.exception.VPackParserException: java.lang.IllegalArgumentException: No enum constant com.arangodb.entity.QueryExecutionState.KILLED
Thanks.