I an using https://github.com/cleishm/libneo4j-client.
I check errors:
  neo4j_value_t params = neo4j_null;
  neo4j_result_stream_t *results = neo4j_run(connection, query.c_str(), 
params);
  if (!results) ->error
But sometimes when I have bad query, in browse 
http://127.0.0.1:7474/browser/
i get detailed error but results!=null

-- 
You received this message because you are subscribed to the Google Groups 
"Neo4j" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to neo4j+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to