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(Throwable cause, StatusCode statusCode, boolean retryable, ErrorDetails errorDetails) Constructors in com.google.api.gax.rpc with parameters of type ErrorDetailsModifierConstructorDescriptionAbortedException(Throwable cause, StatusCode statusCode, boolean retryable, ErrorDetails errorDetails) AlreadyExistsException(Throwable cause, StatusCode statusCode, boolean retryable, ErrorDetails errorDetails) ApiException(Throwable cause, StatusCode statusCode, boolean retryable, ErrorDetails errorDetails) CancelledException(Throwable cause, StatusCode statusCode, boolean retryable, ErrorDetails errorDetails) DataLossException(Throwable cause, StatusCode statusCode, boolean retryable, ErrorDetails errorDetails) DeadlineExceededException(Throwable cause, StatusCode statusCode, boolean retryable, ErrorDetails errorDetails) FailedPreconditionException(Throwable cause, StatusCode statusCode, boolean retryable, ErrorDetails errorDetails) InternalException(Throwable cause, StatusCode statusCode, boolean retryable, ErrorDetails errorDetails) InvalidArgumentException(Throwable cause, StatusCode statusCode, boolean retryable, ErrorDetails errorDetails) NotFoundException(Throwable cause, StatusCode statusCode, boolean retryable, ErrorDetails errorDetails) OutOfRangeException(Throwable cause, StatusCode statusCode, boolean retryable, ErrorDetails errorDetails) PermissionDeniedException(Throwable cause, StatusCode statusCode, boolean retryable, ErrorDetails errorDetails) ResourceExhaustedException(Throwable cause, StatusCode statusCode, boolean retryable, ErrorDetails errorDetails) UnauthenticatedException(Throwable cause, StatusCode statusCode, boolean retryable, ErrorDetails errorDetails) UnavailableException(Throwable cause, StatusCode statusCode, boolean retryable, ErrorDetails errorDetails) UnimplementedException(Throwable cause, StatusCode statusCode, boolean retryable, ErrorDetails errorDetails) UnknownException(Throwable cause, StatusCode statusCode, boolean retryable, ErrorDetails errorDetails)