Uses of Interface
com.google.api.gax.rpc.StatusCode
-
Packages that use StatusCode Package Description com.google.api.gax.longrunning com.google.api.gax.rpc -
-
Uses of StatusCode in com.google.api.gax.longrunning
Methods in com.google.api.gax.longrunning that return StatusCode Modifier and Type Method Description StatusCodeOperationSnapshot. getErrorCode()If the operation is done and it failed, returns the failure status code; if the operation is not done or if it succeeded, returns null. -
Uses of StatusCode in com.google.api.gax.rpc
Fields in com.google.api.gax.rpc declared as StatusCode Modifier and Type Field Description static StatusCodeWatchdogTimeoutException. LOCAL_ABORTED_STATUS_CODEMethods in com.google.api.gax.rpc that return StatusCode Modifier and Type Method Description StatusCodeApiException. getStatusCode()Returns the status code of the underlying exception.Methods in com.google.api.gax.rpc with parameters of type StatusCode Modifier and Type Method Description static ApiExceptionApiExceptionFactory. createException(String message, Throwable cause, StatusCode statusCode, boolean retryable)static ApiExceptionApiExceptionFactory. createException(Throwable cause, StatusCode statusCode, boolean retryable)static ApiExceptionApiExceptionFactory. createException(Throwable cause, StatusCode statusCode, boolean retryable, ErrorDetails errorDetails)Constructors in com.google.api.gax.rpc with parameters of type StatusCode Constructor Description AbortedException(String message, Throwable cause, StatusCode statusCode, boolean retryable)AbortedException(Throwable cause, StatusCode statusCode, boolean retryable)AbortedException(Throwable cause, StatusCode statusCode, boolean retryable, ErrorDetails errorDetails)AlreadyExistsException(String message, Throwable cause, StatusCode statusCode, boolean retryable)AlreadyExistsException(Throwable cause, StatusCode statusCode, boolean retryable)AlreadyExistsException(Throwable cause, StatusCode statusCode, boolean retryable, ErrorDetails errorDetails)ApiException(String message, Throwable cause, StatusCode statusCode, boolean retryable)ApiException(Throwable cause, StatusCode statusCode, boolean retryable)ApiException(Throwable cause, StatusCode statusCode, boolean retryable, ErrorDetails errorDetails)CancelledException(String message, Throwable cause, StatusCode statusCode, boolean retryable)CancelledException(Throwable cause, StatusCode statusCode, boolean retryable)CancelledException(Throwable cause, StatusCode statusCode, boolean retryable, ErrorDetails errorDetails)DataLossException(String message, Throwable cause, StatusCode statusCode, boolean retryable)DataLossException(Throwable cause, StatusCode statusCode, boolean retryable)DataLossException(Throwable cause, StatusCode statusCode, boolean retryable, ErrorDetails errorDetails)DeadlineExceededException(String message, Throwable cause, StatusCode statusCode, boolean retryable)DeadlineExceededException(Throwable cause, StatusCode statusCode, boolean retryable)DeadlineExceededException(Throwable cause, StatusCode statusCode, boolean retryable, ErrorDetails errorDetails)FailedPreconditionException(String message, Throwable cause, StatusCode statusCode, boolean retryable)FailedPreconditionException(Throwable cause, StatusCode statusCode, boolean retryable)FailedPreconditionException(Throwable cause, StatusCode statusCode, boolean retryable, ErrorDetails errorDetails)InternalException(String message, Throwable cause, StatusCode statusCode, boolean retryable)InternalException(Throwable cause, StatusCode statusCode, boolean retryable)InternalException(Throwable cause, StatusCode statusCode, boolean retryable, ErrorDetails errorDetails)InvalidArgumentException(String message, Throwable cause, StatusCode statusCode, boolean retryable)InvalidArgumentException(Throwable cause, StatusCode statusCode, boolean retryable)InvalidArgumentException(Throwable cause, StatusCode statusCode, boolean retryable, ErrorDetails errorDetails)NotFoundException(String message, Throwable cause, StatusCode statusCode, boolean retryable)NotFoundException(Throwable cause, StatusCode statusCode, boolean retryable)NotFoundException(Throwable cause, StatusCode statusCode, boolean retryable, ErrorDetails errorDetails)OutOfRangeException(String message, Throwable cause, StatusCode statusCode, boolean retryable)OutOfRangeException(Throwable cause, StatusCode statusCode, boolean retryable)OutOfRangeException(Throwable cause, StatusCode statusCode, boolean retryable, ErrorDetails errorDetails)PermissionDeniedException(String message, Throwable cause, StatusCode statusCode, boolean retryable)PermissionDeniedException(Throwable cause, StatusCode statusCode, boolean retryable)PermissionDeniedException(Throwable cause, StatusCode statusCode, boolean retryable, ErrorDetails errorDetails)ResourceExhaustedException(String message, Throwable cause, StatusCode statusCode, boolean retryable)ResourceExhaustedException(Throwable cause, StatusCode statusCode, boolean retryable)ResourceExhaustedException(Throwable cause, StatusCode statusCode, boolean retryable, ErrorDetails errorDetails)UnauthenticatedException(String message, Throwable cause, StatusCode statusCode, boolean retryable)UnauthenticatedException(Throwable cause, StatusCode statusCode, boolean retryable)UnauthenticatedException(Throwable cause, StatusCode statusCode, boolean retryable, ErrorDetails errorDetails)UnavailableException(String message, Throwable cause, StatusCode statusCode, boolean retryable)UnavailableException(Throwable cause, StatusCode statusCode, boolean retryable)UnavailableException(Throwable cause, StatusCode statusCode, boolean retryable, ErrorDetails errorDetails)UnimplementedException(String message, Throwable cause, StatusCode statusCode, boolean retryable)UnimplementedException(Throwable cause, StatusCode statusCode, boolean retryable)UnimplementedException(Throwable cause, StatusCode statusCode, boolean retryable, ErrorDetails errorDetails)UnknownException(String message, Throwable cause, StatusCode statusCode, boolean retryable)UnknownException(Throwable cause, StatusCode statusCode, boolean retryable)UnknownException(Throwable cause, StatusCode statusCode, boolean retryable, ErrorDetails errorDetails)
-