Happy new year
Many times I get errors like following. This happens mostly for some very short lived iframe sessions that few sites create for urls such as facebook etc. By the time my code gets around attaching to the session, session is already gone and I get following error.
{"id":4812786,"error":{"code":-32602,"message":"No target with given id found"}}
Will the error code -32602 or message "No target with given id found" remain same for future releases so that I can ignore based on error code (preferred) or message.
Regards,
Niranjan