| com.google.gdata.util.ErrorContent |
Known Indirect Subclasses
|
Structured error information.
| Nested Classes | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| ErrorContent.LocationType | Enumerated constants for error location types. | ||||||||||
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Return the name of this error, which will be unique within its domain.
| |||||||||||
Returns debugging information.
| |||||||||||
Return the error domain.
| |||||||||||
Gets the extended help URI.
| |||||||||||
Gets the internal reason (unlocalized explanation) associated with this
ErrorInfo.
| |||||||||||
Return the location of the error.
| |||||||||||
Return the type of error location.
| |||||||||||
Gets the URI to which a report should be sent when this error
is received.
| |||||||||||
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.
Returns debugging information.
Return the error domain.
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.
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.
Return the location of the error.
Return the type of error location. See ErrorContent.LocationType for the
available values.
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.