When query fails with GSQL__RETURN__CODE, only the code is returned and not the message which makes difficult for developer to know the source of the issue.
method - __handle__interactive
line - 328 to 332
when the query response returns the GSQL__RETURN__CODE, exception is raised by passing only the exception code and not the message.