You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Right now the graph-builder mostly returns just error codes to client, logging the full cause on the backend.
It should be better to return more details to the clients too, via structured errors.
As long as we don't reflect back arbitrary input, it should be safe to do.
The text was updated successfully, but these errors were encountered:
lucab
changed the title
graph-builder: return more structured error to client
graph-builder: return more structured errors to client
Dec 7, 2021
Right now the graph-builder mostly returns just error codes to client, logging the full cause on the backend.
It should be better to return more details to the clients too, via structured errors.
As long as we don't reflect back arbitrary input, it should be safe to do.
The text was updated successfully, but these errors were encountered: