User`s guide

mlreportgen.dom.ErrorMessage class
12-111
mlreportgen.dom.ErrorMessage class
Package: mlreportgen.dom
Error message
Description
Specifies error message text originating from a specified source object.
Construction
errorMsgObj = ErrorMessage(text,sourceObject) creates an error message with
the specified text originating from the specified source object.
Input Arguments
text — Message text
string
The text to display for the message.
sourceObject — The DOM object from which the message originates
a DOM object
The DOM object from which the message originates.
Output Arguments
errorMsgObj — Error message
mlreportgen.dom.ErrorMessage object
Error message, represented by an mlreportgen.dom.ErrorMessage object.
Properties
Id — ID for document element
string