As of April 12th, you must go to Progress SupportLink to create new support cases or to access existing cases. Please, bookmark the SupportLink URL and use the new portal to contact the support team.
Hi,
Is it something that can/should be improved in v3 SDKs? Can you explain how this should be achieved?
Regards,
Wani
Kinvey Support
Steve Lee
In v3.0.0 the rrors are not exposed from the global script. Thus we can use ```instanceof``` checks.
A work around is to use err.name which is a string of the Error class so can be tested without access to the class itself