Uses of Class
org.jclouds.gogrid.domain.internal.ErrorResponse

Packages that use ErrorResponse
org.jclouds.gogrid   
org.jclouds.gogrid.domain.internal   
org.jclouds.gogrid.functions   
 

Uses of ErrorResponse in org.jclouds.gogrid
 

Methods in org.jclouds.gogrid that return types with arguments of type ErrorResponse
 Set<ErrorResponse> GoGridResponseException.getError()
           
 

Method parameters in org.jclouds.gogrid with type arguments of type ErrorResponse
 void GoGridResponseException.setErrors(Set<ErrorResponse> errors)
           
 

Constructor parameters in org.jclouds.gogrid with type arguments of type ErrorResponse
GoGridResponseException(HttpCommand command, HttpResponse response, Set<ErrorResponse> errors)
           
 

Uses of ErrorResponse in org.jclouds.gogrid.domain.internal
 

Methods in org.jclouds.gogrid.domain.internal with parameters of type ErrorResponse
 int ErrorResponse.compareTo(ErrorResponse o)
           
 

Uses of ErrorResponse in org.jclouds.gogrid.functions
 

Methods in org.jclouds.gogrid.functions that return types with arguments of type ErrorResponse
 SortedSet<ErrorResponse> ParseErrorFromJsonResponse.apply(HttpResponse arg0)
           
 



Copyright © 2009-2011 jclouds. All Rights Reserved.