Uses of Class
alluxio.proxy.s3.S3ErrorCode
-
Packages that use S3ErrorCode Package Description alluxio.proxy.s3 -
-
Uses of S3ErrorCode in alluxio.proxy.s3
Fields in alluxio.proxy.s3 declared as S3ErrorCode Modifier and Type Field Description static S3ErrorCodeS3ErrorCode. BAD_DIGESTstatic S3ErrorCodeS3ErrorCode. BUCKET_ALREADY_EXISTSstatic S3ErrorCodeS3ErrorCode. BUCKET_NOT_EMPTYstatic S3ErrorCodeS3ErrorCode. INTERNAL_ERRORstatic S3ErrorCodeS3ErrorCode. INVALID_BUCKET_NAMEstatic S3ErrorCodeS3ErrorCode. INVALID_NESTED_BUCKET_NAMEstatic S3ErrorCodeS3ErrorCode. NO_SUCH_BUCKETstatic S3ErrorCodeS3ErrorCode. NO_SUCH_KEYstatic S3ErrorCodeS3ErrorCode. NO_SUCH_UPLOADstatic S3ErrorCodeS3ErrorCode. PRECONDITION_FAILEDMethods in alluxio.proxy.s3 that return S3ErrorCode Modifier and Type Method Description S3ErrorCodeS3Exception. getErrorCode()Constructors in alluxio.proxy.s3 with parameters of type S3ErrorCode Constructor Description S3Error(java.lang.String resource, S3ErrorCode code)Creates a newError.S3Exception(java.lang.Exception exception, java.lang.String resource, S3ErrorCode errorCode)Derives a newS3Exceptionfrom an existing exception.S3Exception(java.lang.String resource, S3ErrorCode errorCode)Constructs a newS3Exception.
-