Return the details of a statement evaluation failure.
When neo4j_check_failure() returns NEO4J_STATEMENT_EVALUATION_FAILED, then this function can be used to get the details of the failure.
@attention Note that the returned pointer is only valid whilst the result stream has not been closed.
@param results The result stream. @return A pointer to the failure details, or NULL if no failure details were available.
See Implementation
Return the details of a statement evaluation failure.
When neo4j_check_failure() returns NEO4J_STATEMENT_EVALUATION_FAILED, then this function can be used to get the details of the failure.
@attention Note that the returned pointer is only valid whilst the result stream has not been closed.
@param results The result stream. @return A pointer to the failure details, or NULL if no failure details were available.