Example:
- Make an api request (e.g.
{ me { name } }) to something you don’t have a scope for (sayme:read) - Try to catch the error using the promise error callback (e.g.
.then(res => { /*handled*/ }, err => { console.error(err); })
It’d be nice if we could receive error messages and handle/present them to users in an appropriate fashion.