Websydian v6.1 online documentationOnline documentation - WebsydianExpress v3.0

WebsydianExpress - Message


WSE0192 - Referenced Message Not Found

Error message

The referenced message &(1:) does not exist.

Parameters

&1 - The message id of the message that is referred.

Description

This message is logged by the API Message.AddReferenceToMainMessage when the message id specified for the referred message does not specify an existing message.

In this case an attempt is made to make a submessage refer to a main message that does not exist - which is obviously impossible.

Action

The programs using the Message.AddReferenceToMainMessage API. Ensure that the message id specified for the parameter ReferredTo<APIFields.MessageID> always refers to an existing message when the API is called.

Category / Severity

API / Error