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
Currently we just JSON.stringify(e) but this expression gives {}. We should classify instanceofError and SkygearError to format error with more information.
The text was updated successfully, but these errors were encountered:
Currently we just
JSON.stringify(e)
but this expression gives{}
. We should classifyinstanceof
Error
andSkygearError
to format error with more information.The text was updated successfully, but these errors were encountered: