Uses of Interface
com.google.api.gax.rpc.StatusCode
Packages that use StatusCode
-
Uses of StatusCode in com.google.api.gax.longrunning
Methods in com.google.api.gax.longrunning that return StatusCodeModifier and TypeMethodDescriptionOperationSnapshot.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 StatusCodeModifier and TypeFieldDescriptionstatic final StatusCodeWatchdogTimeoutException.LOCAL_ABORTED_STATUS_CODEMethods in com.google.api.gax.rpc that return StatusCodeModifier and TypeMethodDescriptionApiException.getStatusCode()Returns the status code of the underlying exception.Methods in com.google.api.gax.rpc with parameters of type StatusCodeModifier and TypeMethodDescriptionstatic 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) voidEndpointContext.validateUniverseDomain(com.google.auth.Credentials credentials, StatusCode invalidUniverseDomainStatusCode) Check that the User configured universe domain matches the Credentials' universe domain.Constructors in com.google.api.gax.rpc with parameters of type StatusCodeModifierConstructorDescriptionAbortedException(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)