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

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

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 that return ErrorResponse
 ErrorResponse ErrorResponse.Builder.build()
           
 

Methods in org.jclouds.gogrid.domain.internal with parameters of type ErrorResponse
 T ErrorResponse.Builder.fromErrorResponse(ErrorResponse in)
           
 

Uses of ErrorResponse in org.jclouds.gogrid.handlers
 

Constructor parameters in org.jclouds.gogrid.handlers with type arguments of type ErrorResponse
GoGridErrorHandler(ParseJson<GenericResponseContainer<ErrorResponse>> errorParser)
           
 



Copyright © 2009-2012 jclouds. All Rights Reserved.