Uses of Class
com.google.cloud.BaseServiceException.Error
-
Packages that use BaseServiceException.Error Package Description com.google.cloud Core classes for thegoogle-cloudlibrary.com.google.cloud.http -
-
Uses of BaseServiceException.Error in com.google.cloud
Method parameters in com.google.cloud with type arguments of type BaseServiceException.Error Modifier and Type Method Description booleanBaseServiceException.Error. isRetryable(boolean idempotent, Set<BaseServiceException.Error> retryableErrors)static booleanBaseServiceException. isRetryable(Integer code, String reason, boolean idempotent, Set<BaseServiceException.Error> retryableErrors) -
Uses of BaseServiceException.Error in com.google.cloud.http
Constructor parameters in com.google.cloud.http with type arguments of type BaseServiceException.Error Constructor Description BaseHttpServiceException(int code, String message, String reason, boolean idempotent, Set<BaseServiceException.Error> retryableErrors)BaseHttpServiceException(int code, String message, String reason, boolean idempotent, Set<BaseServiceException.Error> retryableErrors, Throwable cause)BaseHttpServiceException(com.google.api.client.googleapis.json.GoogleJsonError googleJsonError, boolean idempotent, Set<BaseServiceException.Error> retryableErrors)BaseHttpServiceException(IOException exception, boolean idempotent, Set<BaseServiceException.Error> retryableErrors)
-