Uses of Class
hudson.plugins.spotinst.api.infra.ApiError
-
Packages that use ApiError Package Description hudson.plugins.spotinst.api.infra -
-
Uses of ApiError in hudson.plugins.spotinst.api.infra
Methods in hudson.plugins.spotinst.api.infra that return types with arguments of type ApiError Modifier and Type Method Description List<ApiError>
ApiErrorsException. getErrors()
List<ApiError>
ApiResponse. getErrors()
List<ApiError>
ErrorsInnerResponse. getErrors()
Method parameters in hudson.plugins.spotinst.api.infra with type arguments of type ApiError Modifier and Type Method Description void
ErrorsInnerResponse. setErrors(List<ApiError> errors)
Constructor parameters in hudson.plugins.spotinst.api.infra with type arguments of type ApiError Constructor Description ApiErrorsException(String message, Throwable cause, List<ApiError> errors)
ApiErrorsException(String message, List<ApiError> errors)
ApiResponse(List<ApiError> errors)
-