I am trying to create a graph vertex using pyTigergraph, and when there is syntax, semantic or any other error, the message is not returned.
PyTigerGraph does not return the exception message when it is thrown, instead it returns the code, which makes it difficult for the person to interpret what has gone wrong.
When run using pyTigergraph, It doesn’t show the error message , it just returns the exception code
But in GSQL Shell, it shows the error with message -
Semantic Check Fails: The vertex name team is used by another object! Please use a different name.
The job graph_team could not be created!