Uses of Class
com.google.api.gax.rpc.ErrorDetails
Packages that use ErrorDetails
-
Uses of ErrorDetails in com.google.api.gax.rpc
Methods in com.google.api.gax.rpc that return ErrorDetailsModifier and TypeMethodDescriptionabstract ErrorDetailsErrorDetails.Builder.build()ApiException.getErrorDetails()Returns all standard error messages that server sends.Methods in com.google.api.gax.rpc with parameters of type ErrorDetailsModifier and TypeMethodDescriptionstatic ApiExceptionApiExceptionFactory.createException(@Nullable String message, @Nullable Throwable cause, StatusCode statusCode, boolean retryable, @Nullable ErrorDetails errorDetails) static ApiExceptionApiExceptionFactory.createException(@Nullable Throwable cause, StatusCode statusCode, boolean retryable, @Nullable ErrorDetails errorDetails) Constructors in com.google.api.gax.rpc with parameters of type ErrorDetailsModifierConstructorDescriptionAbortedException(String message, Throwable cause, StatusCode statusCode, boolean retryable, ErrorDetails errorDetails) AbortedException(Throwable cause, StatusCode statusCode, boolean retryable, ErrorDetails errorDetails) AlreadyExistsException(String message, Throwable cause, StatusCode statusCode, boolean retryable, ErrorDetails errorDetails) AlreadyExistsException(Throwable cause, StatusCode statusCode, boolean retryable, ErrorDetails errorDetails) ApiException(@Nullable String message, @Nullable Throwable cause, StatusCode statusCode, boolean retryable, @Nullable ErrorDetails errorDetails) ApiException(@Nullable Throwable cause, StatusCode statusCode, boolean retryable, @Nullable ErrorDetails errorDetails) CancelledException(String message, Throwable cause, StatusCode statusCode, boolean retryable, ErrorDetails errorDetails) CancelledException(Throwable cause, StatusCode statusCode, boolean retryable, ErrorDetails errorDetails) DataLossException(String message, Throwable cause, StatusCode statusCode, boolean retryable, ErrorDetails errorDetails) DataLossException(Throwable cause, StatusCode statusCode, boolean retryable, ErrorDetails errorDetails) DeadlineExceededException(String message, Throwable cause, StatusCode statusCode, boolean retryable, ErrorDetails errorDetails) DeadlineExceededException(Throwable cause, StatusCode statusCode, boolean retryable, ErrorDetails errorDetails) FailedPreconditionException(String message, Throwable cause, StatusCode statusCode, boolean retryable, ErrorDetails errorDetails) FailedPreconditionException(Throwable cause, StatusCode statusCode, boolean retryable, ErrorDetails errorDetails) InternalException(String message, Throwable cause, StatusCode statusCode, boolean retryable, ErrorDetails errorDetails) InternalException(Throwable cause, StatusCode statusCode, boolean retryable, ErrorDetails errorDetails) InvalidArgumentException(String message, Throwable cause, StatusCode statusCode, boolean retryable, ErrorDetails errorDetails) InvalidArgumentException(Throwable cause, StatusCode statusCode, boolean retryable, ErrorDetails errorDetails) NotFoundException(String message, Throwable cause, StatusCode statusCode, boolean retryable, ErrorDetails errorDetails) NotFoundException(Throwable cause, StatusCode statusCode, boolean retryable, ErrorDetails errorDetails) OutOfRangeException(String message, Throwable cause, StatusCode statusCode, boolean retryable, ErrorDetails errorDetails) OutOfRangeException(Throwable cause, StatusCode statusCode, boolean retryable, ErrorDetails errorDetails) PermissionDeniedException(String message, Throwable cause, StatusCode statusCode, boolean retryable, ErrorDetails errorDetails) PermissionDeniedException(Throwable cause, StatusCode statusCode, boolean retryable, ErrorDetails errorDetails) ResourceExhaustedException(String message, Throwable cause, StatusCode statusCode, boolean retryable, ErrorDetails errorDetails) ResourceExhaustedException(Throwable cause, StatusCode statusCode, boolean retryable, ErrorDetails errorDetails) UnauthenticatedException(String message, Throwable cause, StatusCode statusCode, boolean retryable, ErrorDetails errorDetails) UnauthenticatedException(Throwable cause, StatusCode statusCode, boolean retryable, ErrorDetails errorDetails) UnavailableException(String message, Throwable cause, StatusCode statusCode, boolean retryable, ErrorDetails errorDetails) UnavailableException(Throwable cause, StatusCode statusCode, boolean retryable, ErrorDetails errorDetails) UnimplementedException(String message, Throwable cause, StatusCode statusCode, boolean retryable, ErrorDetails errorDetails) UnimplementedException(Throwable cause, StatusCode statusCode, boolean retryable, ErrorDetails errorDetails) UnknownException(String message, Throwable cause, StatusCode statusCode, boolean retryable, ErrorDetails errorDetails) UnknownException(Throwable cause, StatusCode statusCode, boolean retryable, ErrorDetails errorDetails)