com.google.api.client.googleapis.json
Class GoogleJsonError.ErrorInfo
java.lang.Object
java.util.AbstractMap<String,Object>
com.google.api.client.util.GenericData
com.google.api.client.json.GenericJson
com.google.api.client.googleapis.json.GoogleJsonError.ErrorInfo
- All Implemented Interfaces:
- Cloneable, Map<String,Object>
- Enclosing class:
- GoogleJsonError
public static class GoogleJsonError.ErrorInfo
- extends GenericJson
Detailed error information.
Nested classes/interfaces inherited from interface java.util.Map |
Map.Entry<K,V> |
domain
public String domain
- Specifies the error classification.
reason
public String reason
- Specifies the error code.
message
public String message
- A human readable explanation of the error.
location
public String location
- Specifies the location of the error or
null
for none.
locationType
public String locationType
- Specifies the type of location of the error or
null
for none.
GoogleJsonError.ErrorInfo
public GoogleJsonError.ErrorInfo()
Copyright © 2010-2012 Google. All Rights Reserved.