public interface OSSErrorCode
限定符和类型 | 字段和说明 |
---|---|
static String |
ACCESS_DENIED
Access Denied (401)
|
static String |
ACCESS_FORBIDDEN
Access Forbidden (403)
|
static String |
BUCKET_ALREADY_EXISTS
Bucket pre-exists
|
static String |
BUCKET_NOT_EMPTY
Bucket not empty.
|
static String |
CALLBACK_FAILED
Callback failed.
|
static String |
ENTITY_TOO_LARGE
The entity is too big.
|
static String |
ENTITY_TOO_SMALL
The entity is too small.
|
static String |
FILE_GROUP_TOO_LARGE
File groups is too large.
|
static String |
FILE_PART_STALE
File part is stale.
|
static String |
ILLEGAL_LOCATION_CONSTRAINT_EXCEPTION
The specified location does not match with the request.
|
static String |
INTERNAL_ERROR
OSS Internal error.
|
static String |
INVALID_ACCESS_KEY_ID
Non-existing Access ID
|
static String |
INVALID_ARGUMENT
Invalid argument.
|
static String |
INVALID_BUCKET_NAME
Invalid bucket name
|
static String |
INVALID_DIGEST
Invalid MD5 digest.
|
static String |
INVALID_ENCRYPTION_ALGORITHM_ERROR
Invalid encryption algorithm error.
|
static String |
INVALID_LOCATION_CONSTRAINT
Invalid location.
|
static String |
INVALID_OBJECT_NAME
Invalid object name
|
static String |
INVALID_OBJECT_STATE
The archive file is not restored before usage.
|
static String |
INVALID_PART
Invalid part
|
static String |
INVALID_PART_ORDER
Invalid part order
|
static String |
INVALID_POLICY_DOCUMENT
The policy text is illegal.
|
static String |
INVALID_RANGE
Invalid range of the character.
|
static String |
INVALID_RESPONSE
Invalid response.
|
static String |
INVALID_TARGET_BUCKET_FOR_LOGGING
The target bucket does not exist when setting logging.
|
static String |
MALFORMED_XML
Malformed xml.
|
static String |
MISSING_ARGUMENT
Missing required argument.
|
static String |
MISSING_CONTENT_LENGTH
Missing content length.
|
static String |
NO_SUCH_BUCKET
No bucket meets the requirement specified.
|
static String |
NO_SUCH_BUCKET_POLICY
The exsiting bucket without policy.
|
static String |
NO_SUCH_CORS_CONFIGURATION
Source buckets is not configured with CORS.
|
static String |
NO_SUCH_KEY
File does not exist.
|
static String |
NO_SUCH_LIFECYCLE
The source bucket is not configured with lifecycle rule.
|
static String |
NO_SUCH_LIVE_CHANNEL
The Live Channel does not exist.
|
static String |
NO_SUCH_SYM_LINK_TARGET
symlink target file does not exist.
|
static String |
NO_SUCH_UPLOAD
The upload Id does not exist.
|
static String |
NO_SUCH_VERSION
Version does not exist.
|
static String |
NO_SUCH_WEBSITE_CONFIGURATION
The source bucket is not configured with static website (the index page
is null).
|
static String |
NOT_IMPLEMENTED
Not implemented method.
|
static String |
NOT_MODIFIED
304 Not Modified。
|
static String |
OBJECT_ALREADY_EXISTS
The object has already exists.
|
static String |
OBJECT_NOT_APPENDALBE
The specified object does not support append operation.
|
static String |
POSITION_NOT_EQUAL_TO_LENGTH
The position of append on the object is not same as the current length.
|
static String |
PRECONDITION_FAILED
Error occurred in precondition.
|
static String |
REQUEST_TIME_TOO_SKEWED
The time skew between the time in request headers and server is more than
15 min.
|
static String |
REQUEST_TIMEOUT
Request times out.
|
static String |
SECURITY_TOKEN_NOT_SUPPORTED
Security token is not supported.
|
static String |
SIGNATURE_DOES_NOT_MATCH
Invalid signature.
|
static String |
TOO_MANY_BUCKETS
Too many buckets under a user.
|
static final String INVALID_TARGET_BUCKET_FOR_LOGGING
static final String MISSING_CONTENT_LENGTH
static final String NO_SUCH_BUCKET
static final String PRECONDITION_FAILED
static final String INVALID_LOCATION_CONSTRAINT
static final String ILLEGAL_LOCATION_CONSTRAINT_EXCEPTION
static final String REQUEST_TIME_TOO_SKEWED
static final String NO_SUCH_CORS_CONFIGURATION
static final String NO_SUCH_WEBSITE_CONFIGURATION
static final String NO_SUCH_LIFECYCLE
static final String INVALID_ENCRYPTION_ALGORITHM_ERROR
static final String ENTITY_TOO_SMALL
static final String SECURITY_TOKEN_NOT_SUPPORTED
static final String OBJECT_NOT_APPENDALBE
static final String POSITION_NOT_EQUAL_TO_LENGTH
static final String CALLBACK_FAILED
static final String NO_SUCH_LIVE_CHANNEL
static final String NO_SUCH_SYM_LINK_TARGET
static final String INVALID_OBJECT_STATE
static final String INVALID_POLICY_DOCUMENT
static final String NO_SUCH_BUCKET_POLICY
Copyright © 2019. All Rights Reserved.