public enum S3ErrorType extends Enum<S3ErrorType> implements org.mule.runtime.extension.api.error.ErrorTypeDefinition<S3ErrorType>
| Modifier and Type | Method and Description |
|---|---|
Optional<org.mule.runtime.extension.api.error.ErrorTypeDefinition<? extends Enum<?>>> |
getParent() |
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 S3_ERROR
public static final S3ErrorType BAD_REQUEST
public static final S3ErrorType FORBIDDEN
public static final S3ErrorType SERVER_BUSY
public static final S3ErrorType SERVICE_ERROR
public static final S3ErrorType NO_SUCH_UPLOAD
public static final S3ErrorType BUCKET_ALREADY_EXISTS
public static final S3ErrorType BUCKET_ALREADY_OWNED_BY_YOU
public static final S3ErrorType NO_SUCH_TAG_SET
public static final S3ErrorType NO_SUCH_LIFECYCLE_CONFIGURATION
public static final S3ErrorType NO_SUCH_KEY
public static final S3ErrorType INVALID_OBJECT_STATE
public static final S3ErrorType NO_SUCH_BUCKET
public static final S3ErrorType MALFORMED_XML
public static final S3ErrorType OPERATION_ABORTED
public static final S3ErrorType INTERNAL_ERROR
public static final S3ErrorType RESTORE_ALREADY_IN_PROGRESS
public static final S3ErrorType GLACIER_EXPEDITED_RETRIEVAL_NOT_AVAILABLE
public static final S3ErrorType OBJECT_ALREADY_IN_ACTIVE_TIER
public static final S3ErrorType REQUEST_TIMEOUT
public static final S3ErrorType INVALID_ARGUMENT
public static final S3ErrorType UNAUTHORIZED
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 nullpublic Optional<org.mule.runtime.extension.api.error.ErrorTypeDefinition<? extends Enum<?>>> getParent()
getParent in interface org.mule.runtime.extension.api.error.ErrorTypeDefinition<S3ErrorType>Copyright © 2025 MuleSoft, Inc.. All rights reserved.