| Error Code | Description | Reason |
|---|---|---|
| 100001 | Cannot get the qvID from the request. | qvID is not passed as a parameter via the GET method (URL). |
| 100002 | Cannot get the data from Audit table in the database. | Database issue with selecting data from the Audit table. |
| 100003 | Cannot execute the REVIEW stored procedure. | Database issue with the REVIEW stored procedure |
| 100004 | Cannot get the username from the Windows. | The username is empty. The browser is not capturing the NT Login of the users. |
| 100005 | Cannot get the user's IP address. | The IP address is empty. The browser is not capturing the IP addresses of the users. |
| 100006 | Variable 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. |