Online documentation - WebsydianExpress v3.0 |
The referenced message &(1:) does not exist.
&1 - The message id of the message that is referred.
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.
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.
API / Error