List of Errors
Hi,
my clients are often offline, so the license can't be automatically verified. In this case I just want to let them use the software until they come online and the license can be verified.
This brings me to the more general question. Do the activate and validate functions really only return strings? Isn't there an overload with error codes or something.
Because my implemenation must look something like this:
if (unknownError or noConnection)
run the software // can't blame the user for that
if(invalidKey)
don't run the software
and so on
but for this I really need a list or something of all the possible responses.
Thanks in advance
-
Official comment
We do not currently return error codes.
Comment actions
Please sign in to leave a comment.
Comments
1 comment