This functionality is only available for certain module packages.

addError(Object reportingInstance, String causeObjectID, String topic, String message, Throwable cause)

Adds to the UMC an error of the LIBRARY type.

addError(Object reportingInstance, String causeObjectID, String topic, String message, Throwable cause)
Argument Object reportingInstance The object causing the error and/or reporting the error.
String causeObjectID Currently null; is set aside for future extensions.
String topic The message title. Is used both as the title in the message window and the identifier for the logger.
String message The message text.
Throwable cause If the message was caused by an exception, the exception can be stored here.
Return value Boolean true or false