接口 EMCErrorCode
public interface EMCErrorCode
EMC Server side error code.
-
字段概要
字段修饰符和类型字段说明static final StringAccess Denied (401)static final StringAccess Forbidden (403)static final StringEMC Internal error.static final StringNon-existing Access IDstatic final StringInvalid argument.static final StringInvalid MD5 digest.static final StringInvalid encryption algorithm error.static final StringInvalid range of the character.static final StringInvalid response.static final StringMalformed xml.static final StringMissing required argument.static final StringMissing content length.static final StringSource buckets is not configured with CORS.static final StringFile does not exist.static final StringThe source bucket is not configured with lifecycle rule.static final StringVersion does not exist.static final StringThe source bucket is not configured with static website (the index page is null).static final StringNot implemented method.static final String304 Not Modified。static final StringError occurred in precondition.static final StringThe time skew between the time in request headers and server is more than 15 min.static final StringRequest times out.static final StringSecurity token is not supported.static final StringInvalid signature.
-
字段详细资料
-
ACCESS_DENIED
Access Denied (401)- 另请参阅:
-
ACCESS_FORBIDDEN
Access Forbidden (403)- 另请参阅:
-
INVALID_ARGUMENT
Invalid argument.- 另请参阅:
-
INVALID_ACCESS_KEY_ID
Non-existing Access ID- 另请参阅:
-
INTERNAL_ERROR
EMC Internal error.- 另请参阅:
-
MISSING_CONTENT_LENGTH
Missing content length.- 另请参阅:
-
MISSING_ARGUMENT
Missing required argument.- 另请参阅:
-
NO_SUCH_KEY
File does not exist.- 另请参阅:
-
NO_SUCH_VERSION
Version does not exist.- 另请参阅:
-
NOT_IMPLEMENTED
Not implemented method.- 另请参阅:
-
PRECONDITION_FAILED
Error occurred in precondition.- 另请参阅:
-
NOT_MODIFIED
304 Not Modified。- 另请参阅:
-
REQUEST_TIME_TOO_SKEWED
The time skew between the time in request headers and server is more than 15 min.- 另请参阅:
-
REQUEST_TIMEOUT
Request times out.- 另请参阅:
-
SIGNATURE_DOES_NOT_MATCH
Invalid signature.- 另请参阅:
-
NO_SUCH_CORS_CONFIGURATION
Source buckets is not configured with CORS.- 另请参阅:
-
NO_SUCH_WEBSITE_CONFIGURATION
The source bucket is not configured with static website (the index page is null).- 另请参阅:
-
NO_SUCH_LIFECYCLE
The source bucket is not configured with lifecycle rule.- 另请参阅:
-
MALFORMED_XML
Malformed xml.- 另请参阅:
-
INVALID_ENCRYPTION_ALGORITHM_ERROR
Invalid encryption algorithm error.- 另请参阅:
-
INVALID_DIGEST
Invalid MD5 digest.- 另请参阅:
-
INVALID_RANGE
Invalid range of the character.- 另请参阅:
-
SECURITY_TOKEN_NOT_SUPPORTED
Security token is not supported.- 另请参阅:
-
INVALID_RESPONSE
Invalid response.- 另请参阅:
-