public interface ErrorContent
Modifier and Type | Interface and Description |
---|---|
static class |
ErrorContent.LocationType
Enumerated constants for error location types.
|
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getCodeName()
Return the name of this error, which will be unique within its domain.
|
java.lang.String |
getDebugInfo()
Returns debugging information.
|
java.lang.String |
getDomainName()
Return the error domain.
|
java.lang.String |
getExtendedHelp()
Gets the extended help URI.
|
java.lang.String |
getInternalReason()
Gets the internal reason (unlocalized explanation) associated with this
ErrorInfo.
|
java.lang.String |
getLocation()
Return the location of the error.
|
ErrorContent.LocationType |
getLocationType()
Return the type of error location.
|
java.lang.String |
getSendReport()
Gets the URI to which a report should be sent when this error
is received.
|
java.lang.String getDomainName()
java.lang.String getCodeName()
code
element in the XML
error format.java.lang.String getLocation()
ErrorContent.LocationType getLocationType()
ErrorContent.LocationType
for the
available values.java.lang.String getInternalReason()
internalReason
element in the XML error format.java.lang.String getExtendedHelp()
extendedHelp
element in the XML
error format.java.lang.String getSendReport()
sendReport
element in the XML error format.java.lang.String getDebugInfo()