Open tbolier opened 5 years ago
Hi @mpjraaij
Thanks for reporting this one. Right now any RethinkDB error is passed back directly to the client. There is no interpreter in between that generates a friendly error for the client. I will need to think about a good solution for this.
To test I'm now using this code:
I'm getting a Runtime Error:
This is because I did not grant the permissions to the user yet. Might need a different error message.
Originally posted by @mpjraaij in https://github.com/tbolier/php-rethink-ql/issues/76#issuecomment-440288342