|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectjava.util.AbstractMap<String,Object>
com.google.api.client.util.GenericData
com.google.api.client.json.GenericJson
com.google.api.client.googleapis.json.GoogleJsonError.ErrorInfo
public static class GoogleJsonError.ErrorInfo
Detailed error information.
| Nested Class Summary |
|---|
| Nested classes/interfaces inherited from class com.google.api.client.util.GenericData |
|---|
GenericData.Flags |
| Nested classes/interfaces inherited from class java.util.AbstractMap |
|---|
AbstractMap.SimpleEntry<K,V>, AbstractMap.SimpleImmutableEntry<K,V> |
| Nested classes/interfaces inherited from interface java.util.Map |
|---|
Map.Entry<K,V> |
| Constructor Summary | |
|---|---|
GoogleJsonError.ErrorInfo()
|
|
| Method Summary | |
|---|---|
String |
getDomain()
Returns the error classification or null for none. |
String |
getLocation()
Returns the location in the request that caused the error or null for none or
null for none. |
String |
getLocationType()
Returns the type of location in the request that caused the error or null for none. |
String |
getMessage()
Returns the human readable explanation of the error or null for none. |
String |
getReason()
Returns the error reason or null for none. |
void |
setDomain(String domain)
Sets the error classification or null for none. |
void |
setLocation(String location)
Sets the location in the request that caused the error or null for none or
null for none. |
void |
setLocationType(String locationType)
Sets the type of location in the request that caused the error or null for none. |
void |
setMessage(String message)
Sets the human readable explanation of the error or null for none. |
void |
setReason(String reason)
Sets the error reason or null for none. |
| Methods inherited from class com.google.api.client.json.GenericJson |
|---|
clone, getFactory, setFactory, toPrettyString, toString |
| Methods inherited from class com.google.api.client.util.GenericData |
|---|
entrySet, get, getClassInfo, getUnknownKeys, put, putAll, remove, set, setUnknownKeys |
| Methods inherited from class java.util.AbstractMap |
|---|
clear, containsKey, containsValue, equals, hashCode, isEmpty, keySet, size, values |
| Methods inherited from class java.lang.Object |
|---|
finalize, getClass, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public GoogleJsonError.ErrorInfo()
| Method Detail |
|---|
public final String getDomain()
null for none.
public final void setDomain(String domain)
null for none.
public final String getReason()
null for none.
public final void setReason(String reason)
null for none.
public final String getMessage()
null for none.
public final void setMessage(String message)
null for none.
public final String getLocation()
null for none or
null for none.
public final void setLocation(String location)
null for none or
null for none.
public final String getLocationType()
null for none.
public final void setLocationType(String locationType)
null for none.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||