Error Code Listing

Error CodeDescriptionReason
100001Cannot get the qvID from the request.qvID is not passed as a parameter via the GET method (URL).
100002Cannot get the data from Audit table in the database.Database issue with selecting data from the Audit table.
100003Cannot execute the REVIEW stored procedure.Database issue with the REVIEW stored procedure
100004Cannot get the username from the Windows.The username is empty. The browser is not capturing the NT Login of the users.
100005Cannot get the user's IP address.The IP address is empty. The browser is not capturing the IP addresses of the users.
100006Variable contains possible XSS syntax.QV message (qvMessage) is found to contain cross-site scripting syntax.
For more information about XSS, please read about in this link.