skygear-SDK-JS icon indicating copy to clipboard operation
skygear-SDK-JS copied to clipboard

Improve example error formatting

Open louischan-oursky opened this issue 5 years ago • 0 comments

Currently we just JSON.stringify(e) but this expression gives {}. We should classify instanceof Error and SkygearError to format error with more information.

louischan-oursky avatar Aug 21 '19 08:08 louischan-oursky