parse.com-php-library icon indicating copy to clipboard operation
parse.com-php-library copied to clipboard

if no such objectId parseUser

Open SergeyKozlov opened this issue 11 years ago • 1 comments
trafficstars

On time call a method: // $ParseUserInfo - objectId $FindUser = new parseUser; $FindUser->get($ParseUserInfo);

if no such objectId, error occurs: PHP Fatal error: Uncaught ParseLibraryException: [101]: parse.com error: object not found for get\n\n thrown in /app/www/parsecom/parse.php on line 188

SergeyKozlov avatar Nov 27 '13 07:11 SergeyKozlov

What is the issue?

If you cannot find a user with a specific objectId you get a response error?

I'm not sure exactly what the issue is right now.

elistone avatar Dec 10 '13 10:12 elistone