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(org.jclouds.http.HttpCommand command, org.jclouds.http.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
 int ErrorResponse.compareTo(ErrorResponse that)
           
 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(org.jclouds.http.functions.ParseJson<GenericResponseContainer<ErrorResponse>> errorParser)
           
 



Copyright © 2009-2014 The Apache Software Foundation. All Rights Reserved.