public interface IErrorReport
extends java.io.Serializable
Modifier and Type | Method and Description |
---|---|
java.util.Map<java.lang.String,java.lang.String> |
getDocuments()
Get the external documents.
|
java.lang.String |
getErrorHTML()
Get the html representation of the report.
|
java.lang.String |
getErrorText()
Get the text representation of the report.
|
java.lang.String getErrorText()
java.lang.String getErrorHTML()
java.util.Map<java.lang.String,java.lang.String> getDocuments()