GitHub user acezen added a comment to the discussion: fail to run example
high_level_writer_example
how about log out the error message of AddEdge operation:
```c++
auto st = builder.AddEdge(e);
if (!st.ok()) {
std::cout << "Failing adding edge: " << st.message() << std::endl;
}
```
GitHub link:
https://github.com/apache/incubator-graphar/discussions/457#discussioncomment-9165372
----
This is an automatically sent email for [email protected].
To unsubscribe, please send an email to: [email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]