|
||||||||||
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 java.util.AbstractMap |
---|
AbstractMap.SimpleEntry<K,V>, AbstractMap.SimpleImmutableEntry<K,V> |
Nested classes/interfaces inherited from interface java.util.Map |
---|
Map.Entry<K,V> |
Field Summary | |
---|---|
String |
domain
Specifies the error classification. |
String |
location
Specifies the location of the error or null for none. |
String |
locationType
Specifies the type of location of the error or null for none. |
String |
message
A human readable explanation of the error. |
String |
reason
Specifies the error code. |
Fields inherited from class com.google.api.client.json.GenericJson |
---|
jsonFactory |
Fields inherited from class com.google.api.client.util.GenericData |
---|
unknownFields |
Constructor Summary | |
---|---|
GoogleJsonError.ErrorInfo()
|
Method Summary |
---|
Methods inherited from class com.google.api.client.json.GenericJson |
---|
clone, toString |
Methods inherited from class com.google.api.client.util.GenericData |
---|
entrySet, get, 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 |
Field Detail |
---|
public String domain
public String reason
public String message
public String location
null
for none.
public String locationType
null
for none.
Constructor Detail |
---|
public GoogleJsonError.ErrorInfo()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |