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

Packages that use GoogleJsonError.ErrorInfo
com.google.api.client.googleapis.json Google's JSON support (see detailed package specification). 
 

Uses of GoogleJsonError.ErrorInfo in com.google.api.client.googleapis.json
 

Methods in com.google.api.client.googleapis.json that return types with arguments of type GoogleJsonError.ErrorInfo
 List<GoogleJsonError.ErrorInfo> GoogleJsonError.getErrors()
          Returns the list of detailed errors or null for none.
 

Method parameters in com.google.api.client.googleapis.json with type arguments of type GoogleJsonError.ErrorInfo
 void GoogleJsonError.setErrors(List<GoogleJsonError.ErrorInfo> errors)
          Sets the list of detailed errors or null for none.
 



Copyright © 2010-2012 Google. All Rights Reserved.