Online documentation - WebsydianExpress v3.0 |
The message &(1:) does not exist.
&1 - The message id of the message.
This message is logged by the API Message.AddReferenceToMainMessage when the message id message that is to refer to another message is not found in the file.
In this case an attempt is made to make a sub message that does not exist refer to a main message - which is obviously impossible.
The programs using the Message.AddReferenceToMainMessage API. Ensure that the message id specified for the parameter Message<APIFields.MessageID> always refers to an existing message when the API is called.
API / Error