spelunker icon indicating copy to clipboard operation
spelunker copied to clipboard

Improved error handling

Open timkurvers opened this issue 6 years ago • 0 comments

Certain errors are exposed to the client as network errors, even though they're not. Examples of these include GraphQL query violations and server side exceptions.

Example of requesting a non-existent field foo in a specific tab:

screen shot 2018-05-13 at 02 52 04

It seems this is related to the Apollo client used by Spelunker under the hood: https://github.com/apollographql/apollo-client/issues/3386

timkurvers avatar May 12 '18 18:05 timkurvers