While processing a document in which the the pre-linking feature is being used with client ID as one of the components, if an invalid client ID is present in the filename, then in the Invalid Reason field in Verifier, the following error message is displayed: “Client ID provided in the filename does not exist in the database.”
However, this gets validated when the user presses Enter. In order to ensure that no unhandled exceptions occur during any stages of the document processing, once the document is processed till export, the InvalidReasonCode tag displays a value -9999 and InvalidReason displays the same error message as stated above.
Corresponding error messages also get logged in the log files for all the stages of the workflow.