Uses of Class
com.google.api.gax.rpc.ErrorDetails
-
Packages that use ErrorDetails Package Description com.google.api.gax.rpc -
-
Uses of ErrorDetails in com.google.api.gax.rpc
Methods in com.google.api.gax.rpc that return ErrorDetails Modifier and Type Method Description abstract ErrorDetailsErrorDetails.Builder. build()ErrorDetailsApiException. getErrorDetails()Returns all standard error messages that server sends.Methods in com.google.api.gax.rpc with parameters of type ErrorDetails Modifier and Type Method Description static ApiExceptionApiExceptionFactory. createException(Throwable cause, StatusCode statusCode, boolean retryable, ErrorDetails errorDetails)Constructors in com.google.api.gax.rpc with parameters of type ErrorDetails Constructor Description AbortedException(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)
-