com.google.api.client.googleapis.json
Class GoogleJsonError.ErrorInfo

java.lang.Object
  extended by java.util.AbstractMap<String,Object>
      extended by com.google.api.client.util.GenericData
          extended by com.google.api.client.json.GenericJson
              extended by 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 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

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.

Constructor Detail

GoogleJsonError.ErrorInfo

public GoogleJsonError.ErrorInfo()


Copyright © 2010-2011 Google. All Rights Reserved.