Hey Peter,
All of the error return codes are in TurboActivate.h. Note that the error codes in the TurboActivate.h file are in hexadecimal.
So error code 3 is "TA_E_ACTIVATE", which says "The product needs to be activated.".
What does that mean? It means you're trying to deactivate your app and it's already deactivated. Make sense?