[@*USER] prefix

This section is relevant for users working on scripts that aim at supporting interfaces defined by the Contract Manager.

In some cases, if the request from the Contract Manager to KCM Core results in an error, the error is logged by the Contract Manager, and an informational message that refers to the log is returned to the client. To instruct the Contract Manager to pass the error message as is, add the prefix [@*USER] to the message text, as shown in this example.

ThrowError 
   Message("[@*USER]The DistributeDocumentPack Exit Point has not yet been implemented");