public interface

ErrorContent

com.google.gdata.util.ErrorContent
Known Indirect Subclasses

Class Overview

Structured error information.

Summary

Nested Classes
enum ErrorContent.LocationType Enumerated constants for error location types. 
Public Methods
abstract String getCodeName()
Return the name of this error, which will be unique within its domain.
abstract String getDebugInfo()
Returns debugging information.
abstract String getDomainName()
Return the error domain.
abstract String getExtendedHelp()
Gets the extended help URI.
abstract String getInternalReason()
Gets the internal reason (unlocalized explanation) associated with this ErrorInfo.
abstract String getLocation()
Return the location of the error.
abstract ErrorContent.LocationType getLocationType()
Return the type of error location.
abstract String getSendReport()
Gets the URI to which a report should be sent when this error is received.

Public Methods

public abstract String getCodeName ()

Return the name of this error, which will be unique within its domain. The value will appear as the content of the code element in the XML error format.

public abstract String getDebugInfo ()

Returns debugging information.

public abstract String getDomainName ()

Return the error domain.

public abstract String getExtendedHelp ()

Gets the extended help URI. This can be used to retrieve a detailed explanation of the error code. The value will appear as the content of the extendedHelp element in the XML error format.

public abstract String getInternalReason ()

Gets the internal reason (unlocalized explanation) associated with this ErrorInfo. The value will appear as the content of the internalReason element in the XML error format.

public abstract String getLocation ()

Return the location of the error.

public abstract ErrorContent.LocationType getLocationType ()

Return the type of error location. See ErrorContent.LocationType for the available values.

public abstract String getSendReport ()

Gets the URI to which a report should be sent when this error is received. The value will appear as the content of the sendReport element in the XML error format.