StorageErrorCode Enum
- java.
lang. Object - java.
lang. Enum<StorageErrorCode> - com.
microsoft. azure. storage. StorageErrorCode
- com.
- java.
public enum StorageErrorCode
Represents error codes that may be returned by the Microsoft Azure storage services or the storage client library.
Fields
ACCESS_DENIED |
Access was denied (client-side error). |
ACCOUNT_NOT_FOUND |
The specified account was not found (client-side error). |
AUTHENTICATION_FAILURE |
An authentication error occurred (client-side error). |
BAD_GATEWAY |
There was an error with the gateway used for the request (client-side error). |
BAD_REQUEST |
The request was incorrect or badly formed (client-side error). |
BLOB_ALREADY_EXISTS |
The specified blob already exists (client-side error). |
BLOB_NOT_FOUND |
The specified blob was not found (client-side error). |
CONDITION_FAILED |
The specified condition failed (client-side error). |
CONTAINER_ALREADY_EXISTS |
The specified container already exists (client-side error). |
CONTAINER_NOT_FOUND |
The specified container was not found (client-side error). |
HTTP_VERSION_NOT_SUPPORTED |
The request version header is not supported (client-side error). |
LEASE_ID_MISMATCH |
The given lease ID does not match the current lease. |
LEASE_ID_MISSING |
A lease is required to perform the operation. |
LEASE_NOT_PRESENT |
A lease ID was used when no lease currently is held. |
NONE |
No error specified. |
NOT_IMPLEMENTED |
The requested operation is not implemented on the specified resource (client-side error). |
RESOURCE_ALREADY_EXISTS |
The specified resource already exists (client-side error). |
RESOURCE_NOT_FOUND |
The specified resource was not found (client-side error). |
SERVER_BUSY |
The server is currently unavailable. |
SERVICE_BAD_REQUEST |
The service returned a bad response (server-side error). |
SERVICE_INTEGRITY_CHECK_FAILED |
A service integrity check failed (server-side error). |
SERVICE_INTERNAL_ERROR |
An internal server error occurred (server-side error). |
SERVICE_TIMEOUT |
The service timed out (server-side error). |
TRANSPORT_ERROR |
A transport error occurred (server-side error). |
value |
Returns the value of this enum. |
Applies to
Azure SDK for Java