IMessage
The message and all information necessary to translate the message
| Level | The level of the message (Error, Warning) |
| ResourceId | The resource identifier of the message needs to match the resourceid attribute in the resource file (for example, isauthor.en.xml) |
| ResourceLib | The base name of the resource library file. For example, isauthor to reference the resource file isauthor.en.xml. |
| Number | The number of the error. This could be a negative number. To avoid conflicts, RWS suggest you to use numbers below -500000 for custom errors. |
| Description | The text of the message |
| Parameters | The list of IMessageParam objects containing the parameters of the message |
| RelatedInfoIshObject | The IshObject object causing the error or warning |
| RelatedInfo | The RelatedInfo object containing extra information about the error or warning |