Uses of Class
org.jclouds.gogrid.domain.internal.ErrorResponse
Packages that use ErrorResponse
Package
Description
-
Uses of ErrorResponse in org.jclouds.gogrid
Methods in org.jclouds.gogrid that return types with arguments of type ErrorResponseMethod parameters in org.jclouds.gogrid with type arguments of type ErrorResponseModifier and TypeMethodDescriptionvoid
GoGridResponseException.setErrors
(Set<ErrorResponse> errors) Constructor parameters in org.jclouds.gogrid with type arguments of type ErrorResponseModifierConstructorDescriptionGoGridResponseException
(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 ErrorResponseMethods in org.jclouds.gogrid.domain.internal with parameters of type ErrorResponseModifier and TypeMethodDescriptionint
ErrorResponse.compareTo
(ErrorResponse that) 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 ErrorResponseModifierConstructorDescriptionGoGridErrorHandler
(ParseJson<GenericResponseContainer<ErrorResponse>> errorParser)