Zentitle SDK and Library
1012

Invalid parameter to routine

An invalid parameter has been passed to a routine. Among other places where this can happen, NSLValidateLibrary() is a common one, see below.

Solution

Check validity of all parameters. Note that the library uses ONLY the last 5 digits of your full product ID, excluding leading zeros. That is, if your customer ID is 12340005670 then the product ID used in conjunction with the library would be 5670. NSLValidateLibrary() is one such routine where this convention must be observed.

Error Codes