Uses of Class
org.jclouds.gogrid.domain.internal.ErrorResponse
-
Packages that use ErrorResponse Package Description 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 Modifier and Type Method Description Set<ErrorResponse>
GoGridResponseException. getError()
Method parameters in org.jclouds.gogrid with type arguments of type ErrorResponse Modifier and Type Method Description void
GoGridResponseException. setErrors(Set<ErrorResponse> errors)
Constructor parameters in org.jclouds.gogrid with type arguments of type ErrorResponse Constructor Description 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 Modifier and Type Method Description ErrorResponse
ErrorResponse.Builder. build()
Methods in org.jclouds.gogrid.domain.internal with parameters of type ErrorResponse Modifier and Type Method Description 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 Constructor Description GoGridErrorHandler(ParseJson<GenericResponseContainer<ErrorResponse>> errorParser)
-