public enum S3ErrorType extends Enum<S3ErrorType> implements org.mule.runtime.extension.api.error.ErrorTypeDefinition<S3ErrorType>
| Modifier and Type | Method and Description |
|---|---|
static S3ErrorType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static S3ErrorType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final S3ErrorType ACCESS_DENIED
public static final S3ErrorType ACCOUNT_PROBLEM
public static final S3ErrorType AMBIGUOUS_GRANT_BY_EMAIL_ADDRESS
public static final S3ErrorType BAD_DIGEST
public static final S3ErrorType BUCKET_ALREADY_EXISTS
public static final S3ErrorType BUCKET_ALREADY_OWNED_BY_YOU
public static final S3ErrorType BUCKET_NOT_EMPTY
public static final S3ErrorType CREDENTIALS_NOT_SUPPORTED
public static final S3ErrorType CROSS_LOCATION_LOGGING_PROHIBITED
public static final S3ErrorType ENTITY_TOO_LARGE
public static final S3ErrorType ENTITY_TOO_SMALL
public static final S3ErrorType EXPIRED_TOKEN
public static final S3ErrorType ILLEGAL_VERSIONING_CONFIGURATION_EXCEPTION
public static final S3ErrorType INCOMPLETE_BODY
public static final S3ErrorType INCORRECT_NUMBER_OF_FILES_IN_POST_REQUEST
public static final S3ErrorType INLINE_DATA_TOO_LARGE
public static final S3ErrorType INTERNAL_ERROR
public static final S3ErrorType INVALID_ACCESS_KEY_ID
public static final S3ErrorType INVALID_ADDRESSING_HEADER
public static final S3ErrorType INVALID_ARGUMENT
public static final S3ErrorType INVALID_BUCKET_NAME
public static final S3ErrorType INVALID_BUCKET_STATE
public static final S3ErrorType INVALID_DIGEST
public static final S3ErrorType INVALID_ENCRYPTION_ALGORITHM_ERROR
public static final S3ErrorType INVALID_LOCATION_CONSTRAINT
public static final S3ErrorType INVALID_OBJECT_STATE
public static final S3ErrorType INVALID_PART
public static final S3ErrorType INVALID_PART_ORDER
public static final S3ErrorType INVALID_PAYER
public static final S3ErrorType INVALID_POLICY_DOCUMENT
public static final S3ErrorType INVALID_RANGE
public static final S3ErrorType INVALID_REQUEST
public static final S3ErrorType INVALID_SOAP_REQUEST
public static final S3ErrorType INVALID_SECURITY
public static final S3ErrorType INVALID_STORAGE_CLASS
public static final S3ErrorType INVALID_TARGET_BUCKET_FOR_LOGGING
public static final S3ErrorType INVALID_TOKEN
public static final S3ErrorType INVALID_URI
public static final S3ErrorType KEY_TOO_LONG
public static final S3ErrorType MALFORMED_ACL_ERROR
public static final S3ErrorType MALFORMED_POST_REQUEST
public static final S3ErrorType MALFORMED_XML
public static final S3ErrorType MAX_MESSAGE_LENGTH_EXCEEDED
public static final S3ErrorType MAX_POST_PRE_DATA_LENGTH_EXCEEDED_ERROR
public static final S3ErrorType METADATA_TOO_LARGE
public static final S3ErrorType METHOD_NOT_ALLOWED
public static final S3ErrorType MISSING_ATTACHMENT
public static final S3ErrorType MISSING_CONTENT_LENGTH
public static final S3ErrorType MISSING_REQUEST_BODY_ERROR
public static final S3ErrorType MISSING_SECURITY_ELEMENT
public static final S3ErrorType MISSING_SECURITY_HEADER
public static final S3ErrorType NO_LOGGING_STATUS_FOR_KEY
public static final S3ErrorType NO_SUCH_BUCKET
public static final S3ErrorType NO_SUCH_BUCKET_POLICY
public static final S3ErrorType NO_SUCH_KEY
public static final S3ErrorType NO_SUCH_LIFECYCLE_CONFIGURATION
public static final S3ErrorType NO_SUCH_UPLOAD
public static final S3ErrorType NO_SUCH_VERSION
public static final S3ErrorType NOT_IMPLEMENTED
public static final S3ErrorType NOT_SIGNED_UP
public static final S3ErrorType OPERATION_ABORTED
public static final S3ErrorType PERMANENT_REDIRECT
public static final S3ErrorType PRECONDITION_FAILED
public static final S3ErrorType REDIRECT
public static final S3ErrorType REQUEST_IS_NOT_MULTI_PART_CONTENT
public static final S3ErrorType REQUEST_TIME_TOO_SKEWED
public static final S3ErrorType REQUEST_TIMEOUT
public static final S3ErrorType REQUEST_TORRENT_OF_BUCKET_ERROR
public static final S3ErrorType RESTORE_ALREADY_IN_PROGRESS
public static final S3ErrorType SERVICE_UNAVAILABLE
public static final S3ErrorType SIGNATURE_DOES_NOT_MATCH
public static final S3ErrorType SLOW_DOWN
public static final S3ErrorType TEMPORARY_REDIRECT
public static final S3ErrorType TOKEN_REFRESH_REQUIRED
public static final S3ErrorType TOO_MANY_BUCKETS
public static final S3ErrorType UNEXPECTED_CONTENT
public static final S3ErrorType UNRESOLVABLE_GRANT_BY_EMAIL_ADDRESS
public static final S3ErrorType USER_KEY_MUST_BE_SPECIFIED
public static final S3ErrorType INVALID_RESPONSE_PRESIGNEDURL_MALFORMED
public static final S3ErrorType UNKNOWN
public static S3ErrorType[] values()
for (S3ErrorType c : S3ErrorType.values()) System.out.println(c);
public static S3ErrorType valueOf(String name)
name - the name of the enum constant to be returned.IllegalArgumentException - if this enum type has no constant with the specified nameNullPointerException - if the argument is nullCopyright © 2021 MuleSoft, Inc.. All rights reserved.