Open
Description
The
response
prop ofAppwriteException
declaresstring
, but the response is actually anobject
in version 1.6.0: https://github.com/appwrite/sdk-for-node/blob/7a2418cafaf3cff4247b2e8d9c106e1ab7e9288b/src/client.ts#L23response: { message: 'Invalid token passed in the request.', code: 401, type: 'user_invalid_token', version: '1.6.0' }