azure-docs-sdk-java/docs-ref-autogen/com.azure.storage.blob.mode...

1458 строки
86 KiB
YAML

### YamlMime:JavaType
uid: "com.azure.storage.blob.models.BlobErrorCode"
fullName: "com.azure.storage.blob.models.BlobErrorCode"
name: "BlobErrorCode"
nameWithType: "BlobErrorCode"
summary: "Error codes returned by the service."
inheritances:
- "<xref href=\"java.lang.Object?displayProperty=fullName\" data-throw-if-not-resolved=\"False\" />"
- "<xref href=\"com.azure.core.util.ExpandableStringEnum?displayProperty=fullName\" data-throw-if-not-resolved=\"False\" />"
inheritedClassMethods:
- classRef: "<xref href=\"com.azure.core.util.ExpandableStringEnum?alt=com.azure.core.util.ExpandableStringEnum&text=ExpandableStringEnum\" data-throw-if-not-resolved=\"False\" />"
methodsRef:
- "<xref href=\"com.azure.core.util.ExpandableStringEnum.<T>fromString(java.lang.String,java.lang.Class<T>)?alt=com.azure.core.util.ExpandableStringEnum.<T>fromString&text=<T>fromString\" data-throw-if-not-resolved=\"False\" />"
- "<xref href=\"com.azure.core.util.ExpandableStringEnum.<T>values(java.lang.Class<T>)?alt=com.azure.core.util.ExpandableStringEnum.<T>values&text=<T>values\" data-throw-if-not-resolved=\"False\" />"
- "<xref href=\"com.azure.core.util.ExpandableStringEnum.equals(java.lang.Object)?alt=com.azure.core.util.ExpandableStringEnum.equals&text=equals\" data-throw-if-not-resolved=\"False\" />"
- "<xref href=\"com.azure.core.util.ExpandableStringEnum.hashCode()?alt=com.azure.core.util.ExpandableStringEnum.hashCode&text=hashCode\" data-throw-if-not-resolved=\"False\" />"
- "<xref href=\"com.azure.core.util.ExpandableStringEnum.toString()?alt=com.azure.core.util.ExpandableStringEnum.toString&text=toString\" data-throw-if-not-resolved=\"False\" />"
- classRef: "java.lang.<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html\">Object</a>"
methodsRef:
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#clone--\">clone</a>"
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#finalize--\">finalize</a>"
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#getClass--\">getClass</a>"
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#notify--\">notify</a>"
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#notifyAll--\">notifyAll</a>"
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#wait--\">wait</a>"
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#wait-long-\">wait</a>"
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#wait-long-int-\">wait</a>"
syntax: "public final class **BlobErrorCode**</br> extends <xref href=\"com.azure.core.util.ExpandableStringEnum?alt=com.azure.core.util.ExpandableStringEnum&text=ExpandableStringEnum\" data-throw-if-not-resolved=\"False\" />&lt;<xref href=\"com.azure.storage.blob.models.BlobErrorCode?alt=com.azure.storage.blob.models.BlobErrorCode&text=BlobErrorCode\" data-throw-if-not-resolved=\"False\" />&gt;"
constructors:
- uid: "com.azure.storage.blob.models.BlobErrorCode.BlobErrorCode()"
fullName: "com.azure.storage.blob.models.BlobErrorCode.BlobErrorCode()"
name: "BlobErrorCode()"
nameWithType: "BlobErrorCode.BlobErrorCode()"
summary: "Creates a new instance of Blob<wbr>Error<wbr>Code value."
deprecatedTag: "Use the <xref uid=\"com.azure.storage.blob.models.BlobErrorCode.fromString(java.lang.String)\" data-throw-if-not-resolved=\"false\" data-raw-source=\"#fromString(String)\"></xref> factory method."
syntax: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Deprecated.html\">@Deprecated</a></br>public BlobErrorCode()"
desc: "Creates a new instance of BlobErrorCode value."
hasDeprecatedTag: true
fields:
- uid: "com.azure.storage.blob.models.BlobErrorCode.ACCOUNT_ALREADY_EXISTS"
fullName: "com.azure.storage.blob.models.BlobErrorCode.ACCOUNT_ALREADY_EXISTS"
name: "ACCOUNT_ALREADY_EXISTS"
nameWithType: "BlobErrorCode.ACCOUNT_ALREADY_EXISTS"
summary: "Static value Account<wbr>Already<wbr>Exists for Blob<wbr>Error<wbr>Code."
modifiers:
- "static"
- "final"
field:
type: "<xref href=\"com.azure.storage.blob.models.BlobErrorCode?alt=com.azure.storage.blob.models.BlobErrorCode&text=BlobErrorCode\" data-throw-if-not-resolved=\"False\" />"
syntax: "public static final BlobErrorCode ACCOUNT_ALREADY_EXISTS"
desc: "Static value AccountAlreadyExists for BlobErrorCode."
- uid: "com.azure.storage.blob.models.BlobErrorCode.ACCOUNT_BEING_CREATED"
fullName: "com.azure.storage.blob.models.BlobErrorCode.ACCOUNT_BEING_CREATED"
name: "ACCOUNT_BEING_CREATED"
nameWithType: "BlobErrorCode.ACCOUNT_BEING_CREATED"
summary: "Static value Account<wbr>Being<wbr>Created for Blob<wbr>Error<wbr>Code."
modifiers:
- "static"
- "final"
field:
type: "<xref href=\"com.azure.storage.blob.models.BlobErrorCode?alt=com.azure.storage.blob.models.BlobErrorCode&text=BlobErrorCode\" data-throw-if-not-resolved=\"False\" />"
syntax: "public static final BlobErrorCode ACCOUNT_BEING_CREATED"
desc: "Static value AccountBeingCreated for BlobErrorCode."
- uid: "com.azure.storage.blob.models.BlobErrorCode.ACCOUNT_IS_DISABLED"
fullName: "com.azure.storage.blob.models.BlobErrorCode.ACCOUNT_IS_DISABLED"
name: "ACCOUNT_IS_DISABLED"
nameWithType: "BlobErrorCode.ACCOUNT_IS_DISABLED"
summary: "Static value Account<wbr>IsDisabled for Blob<wbr>Error<wbr>Code."
modifiers:
- "static"
- "final"
field:
type: "<xref href=\"com.azure.storage.blob.models.BlobErrorCode?alt=com.azure.storage.blob.models.BlobErrorCode&text=BlobErrorCode\" data-throw-if-not-resolved=\"False\" />"
syntax: "public static final BlobErrorCode ACCOUNT_IS_DISABLED"
desc: "Static value AccountIsDisabled for BlobErrorCode."
- uid: "com.azure.storage.blob.models.BlobErrorCode.APPEND_POSITION_CONDITION_NOT_MET"
fullName: "com.azure.storage.blob.models.BlobErrorCode.APPEND_POSITION_CONDITION_NOT_MET"
name: "APPEND_POSITION_CONDITION_NOT_MET"
nameWithType: "BlobErrorCode.APPEND_POSITION_CONDITION_NOT_MET"
summary: "Static value Append<wbr>Position<wbr>Condition<wbr>Not<wbr>Met for Blob<wbr>Error<wbr>Code."
modifiers:
- "static"
- "final"
field:
type: "<xref href=\"com.azure.storage.blob.models.BlobErrorCode?alt=com.azure.storage.blob.models.BlobErrorCode&text=BlobErrorCode\" data-throw-if-not-resolved=\"False\" />"
syntax: "public static final BlobErrorCode APPEND_POSITION_CONDITION_NOT_MET"
desc: "Static value AppendPositionConditionNotMet for BlobErrorCode."
- uid: "com.azure.storage.blob.models.BlobErrorCode.AUTHENTICATION_FAILED"
fullName: "com.azure.storage.blob.models.BlobErrorCode.AUTHENTICATION_FAILED"
name: "AUTHENTICATION_FAILED"
nameWithType: "BlobErrorCode.AUTHENTICATION_FAILED"
summary: "Static value Authentication<wbr>Failed for Blob<wbr>Error<wbr>Code."
modifiers:
- "static"
- "final"
field:
type: "<xref href=\"com.azure.storage.blob.models.BlobErrorCode?alt=com.azure.storage.blob.models.BlobErrorCode&text=BlobErrorCode\" data-throw-if-not-resolved=\"False\" />"
syntax: "public static final BlobErrorCode AUTHENTICATION_FAILED"
desc: "Static value AuthenticationFailed for BlobErrorCode."
- uid: "com.azure.storage.blob.models.BlobErrorCode.AUTHORIZATION_FAILURE"
fullName: "com.azure.storage.blob.models.BlobErrorCode.AUTHORIZATION_FAILURE"
name: "AUTHORIZATION_FAILURE"
nameWithType: "BlobErrorCode.AUTHORIZATION_FAILURE"
summary: "Static value Authorization<wbr>Failure for Blob<wbr>Error<wbr>Code."
modifiers:
- "static"
- "final"
field:
type: "<xref href=\"com.azure.storage.blob.models.BlobErrorCode?alt=com.azure.storage.blob.models.BlobErrorCode&text=BlobErrorCode\" data-throw-if-not-resolved=\"False\" />"
syntax: "public static final BlobErrorCode AUTHORIZATION_FAILURE"
desc: "Static value AuthorizationFailure for BlobErrorCode."
- uid: "com.azure.storage.blob.models.BlobErrorCode.AUTHORIZATION_PERMISSION_MISMATCH"
fullName: "com.azure.storage.blob.models.BlobErrorCode.AUTHORIZATION_PERMISSION_MISMATCH"
name: "AUTHORIZATION_PERMISSION_MISMATCH"
nameWithType: "BlobErrorCode.AUTHORIZATION_PERMISSION_MISMATCH"
summary: "Static value Authorization<wbr>Permission<wbr>Mismatch for Blob<wbr>Error<wbr>Code."
modifiers:
- "static"
- "final"
field:
type: "<xref href=\"com.azure.storage.blob.models.BlobErrorCode?alt=com.azure.storage.blob.models.BlobErrorCode&text=BlobErrorCode\" data-throw-if-not-resolved=\"False\" />"
syntax: "public static final BlobErrorCode AUTHORIZATION_PERMISSION_MISMATCH"
desc: "Static value AuthorizationPermissionMismatch for BlobErrorCode."
- uid: "com.azure.storage.blob.models.BlobErrorCode.AUTHORIZATION_PROTOCOL_MISMATCH"
fullName: "com.azure.storage.blob.models.BlobErrorCode.AUTHORIZATION_PROTOCOL_MISMATCH"
name: "AUTHORIZATION_PROTOCOL_MISMATCH"
nameWithType: "BlobErrorCode.AUTHORIZATION_PROTOCOL_MISMATCH"
summary: "Static value Authorization<wbr>Protocol<wbr>Mismatch for Blob<wbr>Error<wbr>Code."
modifiers:
- "static"
- "final"
field:
type: "<xref href=\"com.azure.storage.blob.models.BlobErrorCode?alt=com.azure.storage.blob.models.BlobErrorCode&text=BlobErrorCode\" data-throw-if-not-resolved=\"False\" />"
syntax: "public static final BlobErrorCode AUTHORIZATION_PROTOCOL_MISMATCH"
desc: "Static value AuthorizationProtocolMismatch for BlobErrorCode."
- uid: "com.azure.storage.blob.models.BlobErrorCode.AUTHORIZATION_RESOURCE_TYPE_MISMATCH"
fullName: "com.azure.storage.blob.models.BlobErrorCode.AUTHORIZATION_RESOURCE_TYPE_MISMATCH"
name: "AUTHORIZATION_RESOURCE_TYPE_MISMATCH"
nameWithType: "BlobErrorCode.AUTHORIZATION_RESOURCE_TYPE_MISMATCH"
summary: "Static value Authorization<wbr>Resource<wbr>Type<wbr>Mismatch for Blob<wbr>Error<wbr>Code."
modifiers:
- "static"
- "final"
field:
type: "<xref href=\"com.azure.storage.blob.models.BlobErrorCode?alt=com.azure.storage.blob.models.BlobErrorCode&text=BlobErrorCode\" data-throw-if-not-resolved=\"False\" />"
syntax: "public static final BlobErrorCode AUTHORIZATION_RESOURCE_TYPE_MISMATCH"
desc: "Static value AuthorizationResourceTypeMismatch for BlobErrorCode."
- uid: "com.azure.storage.blob.models.BlobErrorCode.AUTHORIZATION_SERVICE_MISMATCH"
fullName: "com.azure.storage.blob.models.BlobErrorCode.AUTHORIZATION_SERVICE_MISMATCH"
name: "AUTHORIZATION_SERVICE_MISMATCH"
nameWithType: "BlobErrorCode.AUTHORIZATION_SERVICE_MISMATCH"
summary: "Static value Authorization<wbr>Service<wbr>Mismatch for Blob<wbr>Error<wbr>Code."
modifiers:
- "static"
- "final"
field:
type: "<xref href=\"com.azure.storage.blob.models.BlobErrorCode?alt=com.azure.storage.blob.models.BlobErrorCode&text=BlobErrorCode\" data-throw-if-not-resolved=\"False\" />"
syntax: "public static final BlobErrorCode AUTHORIZATION_SERVICE_MISMATCH"
desc: "Static value AuthorizationServiceMismatch for BlobErrorCode."
- uid: "com.azure.storage.blob.models.BlobErrorCode.AUTHORIZATION_SOURCE_IPMISMATCH"
fullName: "com.azure.storage.blob.models.BlobErrorCode.AUTHORIZATION_SOURCE_IPMISMATCH"
name: "AUTHORIZATION_SOURCE_IPMISMATCH"
nameWithType: "BlobErrorCode.AUTHORIZATION_SOURCE_IPMISMATCH"
summary: "Static value Authorization<wbr>Source<wbr>IPMismatch for Blob<wbr>Error<wbr>Code."
modifiers:
- "static"
- "final"
field:
type: "<xref href=\"com.azure.storage.blob.models.BlobErrorCode?alt=com.azure.storage.blob.models.BlobErrorCode&text=BlobErrorCode\" data-throw-if-not-resolved=\"False\" />"
syntax: "public static final BlobErrorCode AUTHORIZATION_SOURCE_IPMISMATCH"
desc: "Static value AuthorizationSourceIPMismatch for BlobErrorCode."
- uid: "com.azure.storage.blob.models.BlobErrorCode.BLOB_ALREADY_EXISTS"
fullName: "com.azure.storage.blob.models.BlobErrorCode.BLOB_ALREADY_EXISTS"
name: "BLOB_ALREADY_EXISTS"
nameWithType: "BlobErrorCode.BLOB_ALREADY_EXISTS"
summary: "Static value Blob<wbr>Already<wbr>Exists for Blob<wbr>Error<wbr>Code."
modifiers:
- "static"
- "final"
field:
type: "<xref href=\"com.azure.storage.blob.models.BlobErrorCode?alt=com.azure.storage.blob.models.BlobErrorCode&text=BlobErrorCode\" data-throw-if-not-resolved=\"False\" />"
syntax: "public static final BlobErrorCode BLOB_ALREADY_EXISTS"
desc: "Static value BlobAlreadyExists for BlobErrorCode."
- uid: "com.azure.storage.blob.models.BlobErrorCode.BLOB_ARCHIVED"
fullName: "com.azure.storage.blob.models.BlobErrorCode.BLOB_ARCHIVED"
name: "BLOB_ARCHIVED"
nameWithType: "BlobErrorCode.BLOB_ARCHIVED"
summary: "Static value Blob<wbr>Archived for Blob<wbr>Error<wbr>Code."
modifiers:
- "static"
- "final"
field:
type: "<xref href=\"com.azure.storage.blob.models.BlobErrorCode?alt=com.azure.storage.blob.models.BlobErrorCode&text=BlobErrorCode\" data-throw-if-not-resolved=\"False\" />"
syntax: "public static final BlobErrorCode BLOB_ARCHIVED"
desc: "Static value BlobArchived for BlobErrorCode."
- uid: "com.azure.storage.blob.models.BlobErrorCode.BLOB_BEING_REHYDRATED"
fullName: "com.azure.storage.blob.models.BlobErrorCode.BLOB_BEING_REHYDRATED"
name: "BLOB_BEING_REHYDRATED"
nameWithType: "BlobErrorCode.BLOB_BEING_REHYDRATED"
summary: "Static value Blob<wbr>Being<wbr>Rehydrated for Blob<wbr>Error<wbr>Code."
modifiers:
- "static"
- "final"
field:
type: "<xref href=\"com.azure.storage.blob.models.BlobErrorCode?alt=com.azure.storage.blob.models.BlobErrorCode&text=BlobErrorCode\" data-throw-if-not-resolved=\"False\" />"
syntax: "public static final BlobErrorCode BLOB_BEING_REHYDRATED"
desc: "Static value BlobBeingRehydrated for BlobErrorCode."
- uid: "com.azure.storage.blob.models.BlobErrorCode.BLOB_IMMUTABLE_DUE_TO_POLICY"
fullName: "com.azure.storage.blob.models.BlobErrorCode.BLOB_IMMUTABLE_DUE_TO_POLICY"
name: "BLOB_IMMUTABLE_DUE_TO_POLICY"
nameWithType: "BlobErrorCode.BLOB_IMMUTABLE_DUE_TO_POLICY"
summary: "Static value Blob<wbr>Immutable<wbr>Due<wbr>ToPolicy for Blob<wbr>Error<wbr>Code."
modifiers:
- "static"
- "final"
field:
type: "<xref href=\"com.azure.storage.blob.models.BlobErrorCode?alt=com.azure.storage.blob.models.BlobErrorCode&text=BlobErrorCode\" data-throw-if-not-resolved=\"False\" />"
syntax: "public static final BlobErrorCode BLOB_IMMUTABLE_DUE_TO_POLICY"
desc: "Static value BlobImmutableDueToPolicy for BlobErrorCode."
- uid: "com.azure.storage.blob.models.BlobErrorCode.BLOB_NOT_ARCHIVED"
fullName: "com.azure.storage.blob.models.BlobErrorCode.BLOB_NOT_ARCHIVED"
name: "BLOB_NOT_ARCHIVED"
nameWithType: "BlobErrorCode.BLOB_NOT_ARCHIVED"
summary: "Static value Blob<wbr>Not<wbr>Archived for Blob<wbr>Error<wbr>Code."
modifiers:
- "static"
- "final"
field:
type: "<xref href=\"com.azure.storage.blob.models.BlobErrorCode?alt=com.azure.storage.blob.models.BlobErrorCode&text=BlobErrorCode\" data-throw-if-not-resolved=\"False\" />"
syntax: "public static final BlobErrorCode BLOB_NOT_ARCHIVED"
desc: "Static value BlobNotArchived for BlobErrorCode."
- uid: "com.azure.storage.blob.models.BlobErrorCode.BLOB_NOT_FOUND"
fullName: "com.azure.storage.blob.models.BlobErrorCode.BLOB_NOT_FOUND"
name: "BLOB_NOT_FOUND"
nameWithType: "BlobErrorCode.BLOB_NOT_FOUND"
summary: "Static value Blob<wbr>Not<wbr>Found for Blob<wbr>Error<wbr>Code."
modifiers:
- "static"
- "final"
field:
type: "<xref href=\"com.azure.storage.blob.models.BlobErrorCode?alt=com.azure.storage.blob.models.BlobErrorCode&text=BlobErrorCode\" data-throw-if-not-resolved=\"False\" />"
syntax: "public static final BlobErrorCode BLOB_NOT_FOUND"
desc: "Static value BlobNotFound for BlobErrorCode."
- uid: "com.azure.storage.blob.models.BlobErrorCode.BLOB_OVERWRITTEN"
fullName: "com.azure.storage.blob.models.BlobErrorCode.BLOB_OVERWRITTEN"
name: "BLOB_OVERWRITTEN"
nameWithType: "BlobErrorCode.BLOB_OVERWRITTEN"
summary: "Static value Blob<wbr>Overwritten for Blob<wbr>Error<wbr>Code."
modifiers:
- "static"
- "final"
field:
type: "<xref href=\"com.azure.storage.blob.models.BlobErrorCode?alt=com.azure.storage.blob.models.BlobErrorCode&text=BlobErrorCode\" data-throw-if-not-resolved=\"False\" />"
syntax: "public static final BlobErrorCode BLOB_OVERWRITTEN"
desc: "Static value BlobOverwritten for BlobErrorCode."
- uid: "com.azure.storage.blob.models.BlobErrorCode.BLOB_TIER_INADEQUATE_FOR_CONTENT_LENGTH"
fullName: "com.azure.storage.blob.models.BlobErrorCode.BLOB_TIER_INADEQUATE_FOR_CONTENT_LENGTH"
name: "BLOB_TIER_INADEQUATE_FOR_CONTENT_LENGTH"
nameWithType: "BlobErrorCode.BLOB_TIER_INADEQUATE_FOR_CONTENT_LENGTH"
summary: "Static value Blob<wbr>Tier<wbr>Inadequate<wbr>For<wbr>Content<wbr>Length for Blob<wbr>Error<wbr>Code."
modifiers:
- "static"
- "final"
field:
type: "<xref href=\"com.azure.storage.blob.models.BlobErrorCode?alt=com.azure.storage.blob.models.BlobErrorCode&text=BlobErrorCode\" data-throw-if-not-resolved=\"False\" />"
syntax: "public static final BlobErrorCode BLOB_TIER_INADEQUATE_FOR_CONTENT_LENGTH"
desc: "Static value BlobTierInadequateForContentLength for BlobErrorCode."
- uid: "com.azure.storage.blob.models.BlobErrorCode.BLOB_USES_CUSTOMER_SPECIFIED_ENCRYPTION"
fullName: "com.azure.storage.blob.models.BlobErrorCode.BLOB_USES_CUSTOMER_SPECIFIED_ENCRYPTION"
name: "BLOB_USES_CUSTOMER_SPECIFIED_ENCRYPTION"
nameWithType: "BlobErrorCode.BLOB_USES_CUSTOMER_SPECIFIED_ENCRYPTION"
summary: "Static value Blob<wbr>Uses<wbr>Customer<wbr>Specified<wbr>Encryption for Blob<wbr>Error<wbr>Code."
modifiers:
- "static"
- "final"
field:
type: "<xref href=\"com.azure.storage.blob.models.BlobErrorCode?alt=com.azure.storage.blob.models.BlobErrorCode&text=BlobErrorCode\" data-throw-if-not-resolved=\"False\" />"
syntax: "public static final BlobErrorCode BLOB_USES_CUSTOMER_SPECIFIED_ENCRYPTION"
desc: "Static value BlobUsesCustomerSpecifiedEncryption for BlobErrorCode."
- uid: "com.azure.storage.blob.models.BlobErrorCode.BLOCK_COUNT_EXCEEDS_LIMIT"
fullName: "com.azure.storage.blob.models.BlobErrorCode.BLOCK_COUNT_EXCEEDS_LIMIT"
name: "BLOCK_COUNT_EXCEEDS_LIMIT"
nameWithType: "BlobErrorCode.BLOCK_COUNT_EXCEEDS_LIMIT"
summary: "Static value Block<wbr>Count<wbr>Exceeds<wbr>Limit for Blob<wbr>Error<wbr>Code."
modifiers:
- "static"
- "final"
field:
type: "<xref href=\"com.azure.storage.blob.models.BlobErrorCode?alt=com.azure.storage.blob.models.BlobErrorCode&text=BlobErrorCode\" data-throw-if-not-resolved=\"False\" />"
syntax: "public static final BlobErrorCode BLOCK_COUNT_EXCEEDS_LIMIT"
desc: "Static value BlockCountExceedsLimit for BlobErrorCode."
- uid: "com.azure.storage.blob.models.BlobErrorCode.BLOCK_LIST_TOO_LONG"
fullName: "com.azure.storage.blob.models.BlobErrorCode.BLOCK_LIST_TOO_LONG"
name: "BLOCK_LIST_TOO_LONG"
nameWithType: "BlobErrorCode.BLOCK_LIST_TOO_LONG"
summary: "Static value Block<wbr>List<wbr>Too<wbr>Long for Blob<wbr>Error<wbr>Code."
modifiers:
- "static"
- "final"
field:
type: "<xref href=\"com.azure.storage.blob.models.BlobErrorCode?alt=com.azure.storage.blob.models.BlobErrorCode&text=BlobErrorCode\" data-throw-if-not-resolved=\"False\" />"
syntax: "public static final BlobErrorCode BLOCK_LIST_TOO_LONG"
desc: "Static value BlockListTooLong for BlobErrorCode."
- uid: "com.azure.storage.blob.models.BlobErrorCode.CANNOT_CHANGE_TO_LOWER_TIER"
fullName: "com.azure.storage.blob.models.BlobErrorCode.CANNOT_CHANGE_TO_LOWER_TIER"
name: "CANNOT_CHANGE_TO_LOWER_TIER"
nameWithType: "BlobErrorCode.CANNOT_CHANGE_TO_LOWER_TIER"
summary: "Static value Cannot<wbr>Change<wbr>ToLower<wbr>Tier for Blob<wbr>Error<wbr>Code."
modifiers:
- "static"
- "final"
field:
type: "<xref href=\"com.azure.storage.blob.models.BlobErrorCode?alt=com.azure.storage.blob.models.BlobErrorCode&text=BlobErrorCode\" data-throw-if-not-resolved=\"False\" />"
syntax: "public static final BlobErrorCode CANNOT_CHANGE_TO_LOWER_TIER"
desc: "Static value CannotChangeToLowerTier for BlobErrorCode."
- uid: "com.azure.storage.blob.models.BlobErrorCode.CANNOT_VERIFY_COPY_SOURCE"
fullName: "com.azure.storage.blob.models.BlobErrorCode.CANNOT_VERIFY_COPY_SOURCE"
name: "CANNOT_VERIFY_COPY_SOURCE"
nameWithType: "BlobErrorCode.CANNOT_VERIFY_COPY_SOURCE"
summary: "Static value Cannot<wbr>Verify<wbr>Copy<wbr>Source for Blob<wbr>Error<wbr>Code."
modifiers:
- "static"
- "final"
field:
type: "<xref href=\"com.azure.storage.blob.models.BlobErrorCode?alt=com.azure.storage.blob.models.BlobErrorCode&text=BlobErrorCode\" data-throw-if-not-resolved=\"False\" />"
syntax: "public static final BlobErrorCode CANNOT_VERIFY_COPY_SOURCE"
desc: "Static value CannotVerifyCopySource for BlobErrorCode."
- uid: "com.azure.storage.blob.models.BlobErrorCode.CONDITION_HEADERS_NOT_SUPPORTED"
fullName: "com.azure.storage.blob.models.BlobErrorCode.CONDITION_HEADERS_NOT_SUPPORTED"
name: "CONDITION_HEADERS_NOT_SUPPORTED"
nameWithType: "BlobErrorCode.CONDITION_HEADERS_NOT_SUPPORTED"
summary: "Static value Condition<wbr>Headers<wbr>Not<wbr>Supported for Blob<wbr>Error<wbr>Code."
modifiers:
- "static"
- "final"
field:
type: "<xref href=\"com.azure.storage.blob.models.BlobErrorCode?alt=com.azure.storage.blob.models.BlobErrorCode&text=BlobErrorCode\" data-throw-if-not-resolved=\"False\" />"
syntax: "public static final BlobErrorCode CONDITION_HEADERS_NOT_SUPPORTED"
desc: "Static value ConditionHeadersNotSupported for BlobErrorCode."
- uid: "com.azure.storage.blob.models.BlobErrorCode.CONDITION_NOT_MET"
fullName: "com.azure.storage.blob.models.BlobErrorCode.CONDITION_NOT_MET"
name: "CONDITION_NOT_MET"
nameWithType: "BlobErrorCode.CONDITION_NOT_MET"
summary: "Static value Condition<wbr>Not<wbr>Met for Blob<wbr>Error<wbr>Code."
modifiers:
- "static"
- "final"
field:
type: "<xref href=\"com.azure.storage.blob.models.BlobErrorCode?alt=com.azure.storage.blob.models.BlobErrorCode&text=BlobErrorCode\" data-throw-if-not-resolved=\"False\" />"
syntax: "public static final BlobErrorCode CONDITION_NOT_MET"
desc: "Static value ConditionNotMet for BlobErrorCode."
- uid: "com.azure.storage.blob.models.BlobErrorCode.CONTAINER_ALREADY_EXISTS"
fullName: "com.azure.storage.blob.models.BlobErrorCode.CONTAINER_ALREADY_EXISTS"
name: "CONTAINER_ALREADY_EXISTS"
nameWithType: "BlobErrorCode.CONTAINER_ALREADY_EXISTS"
summary: "Static value Container<wbr>Already<wbr>Exists for Blob<wbr>Error<wbr>Code."
modifiers:
- "static"
- "final"
field:
type: "<xref href=\"com.azure.storage.blob.models.BlobErrorCode?alt=com.azure.storage.blob.models.BlobErrorCode&text=BlobErrorCode\" data-throw-if-not-resolved=\"False\" />"
syntax: "public static final BlobErrorCode CONTAINER_ALREADY_EXISTS"
desc: "Static value ContainerAlreadyExists for BlobErrorCode."
- uid: "com.azure.storage.blob.models.BlobErrorCode.CONTAINER_BEING_DELETED"
fullName: "com.azure.storage.blob.models.BlobErrorCode.CONTAINER_BEING_DELETED"
name: "CONTAINER_BEING_DELETED"
nameWithType: "BlobErrorCode.CONTAINER_BEING_DELETED"
summary: "Static value Container<wbr>Being<wbr>Deleted for Blob<wbr>Error<wbr>Code."
modifiers:
- "static"
- "final"
field:
type: "<xref href=\"com.azure.storage.blob.models.BlobErrorCode?alt=com.azure.storage.blob.models.BlobErrorCode&text=BlobErrorCode\" data-throw-if-not-resolved=\"False\" />"
syntax: "public static final BlobErrorCode CONTAINER_BEING_DELETED"
desc: "Static value ContainerBeingDeleted for BlobErrorCode."
- uid: "com.azure.storage.blob.models.BlobErrorCode.CONTAINER_DISABLED"
fullName: "com.azure.storage.blob.models.BlobErrorCode.CONTAINER_DISABLED"
name: "CONTAINER_DISABLED"
nameWithType: "BlobErrorCode.CONTAINER_DISABLED"
summary: "Static value Container<wbr>Disabled for Blob<wbr>Error<wbr>Code."
modifiers:
- "static"
- "final"
field:
type: "<xref href=\"com.azure.storage.blob.models.BlobErrorCode?alt=com.azure.storage.blob.models.BlobErrorCode&text=BlobErrorCode\" data-throw-if-not-resolved=\"False\" />"
syntax: "public static final BlobErrorCode CONTAINER_DISABLED"
desc: "Static value ContainerDisabled for BlobErrorCode."
- uid: "com.azure.storage.blob.models.BlobErrorCode.CONTAINER_NOT_FOUND"
fullName: "com.azure.storage.blob.models.BlobErrorCode.CONTAINER_NOT_FOUND"
name: "CONTAINER_NOT_FOUND"
nameWithType: "BlobErrorCode.CONTAINER_NOT_FOUND"
summary: "Static value Container<wbr>Not<wbr>Found for Blob<wbr>Error<wbr>Code."
modifiers:
- "static"
- "final"
field:
type: "<xref href=\"com.azure.storage.blob.models.BlobErrorCode?alt=com.azure.storage.blob.models.BlobErrorCode&text=BlobErrorCode\" data-throw-if-not-resolved=\"False\" />"
syntax: "public static final BlobErrorCode CONTAINER_NOT_FOUND"
desc: "Static value ContainerNotFound for BlobErrorCode."
- uid: "com.azure.storage.blob.models.BlobErrorCode.CONTENT_LENGTH_LARGER_THAN_TIER_LIMIT"
fullName: "com.azure.storage.blob.models.BlobErrorCode.CONTENT_LENGTH_LARGER_THAN_TIER_LIMIT"
name: "CONTENT_LENGTH_LARGER_THAN_TIER_LIMIT"
nameWithType: "BlobErrorCode.CONTENT_LENGTH_LARGER_THAN_TIER_LIMIT"
summary: "Static value Content<wbr>Length<wbr>Larger<wbr>Than<wbr>Tier<wbr>Limit for Blob<wbr>Error<wbr>Code."
modifiers:
- "static"
- "final"
field:
type: "<xref href=\"com.azure.storage.blob.models.BlobErrorCode?alt=com.azure.storage.blob.models.BlobErrorCode&text=BlobErrorCode\" data-throw-if-not-resolved=\"False\" />"
syntax: "public static final BlobErrorCode CONTENT_LENGTH_LARGER_THAN_TIER_LIMIT"
desc: "Static value ContentLengthLargerThanTierLimit for BlobErrorCode."
- uid: "com.azure.storage.blob.models.BlobErrorCode.COPY_ACROSS_ACCOUNTS_NOT_SUPPORTED"
fullName: "com.azure.storage.blob.models.BlobErrorCode.COPY_ACROSS_ACCOUNTS_NOT_SUPPORTED"
name: "COPY_ACROSS_ACCOUNTS_NOT_SUPPORTED"
nameWithType: "BlobErrorCode.COPY_ACROSS_ACCOUNTS_NOT_SUPPORTED"
summary: "Static value Copy<wbr>Across<wbr>Accounts<wbr>Not<wbr>Supported for Blob<wbr>Error<wbr>Code."
modifiers:
- "static"
- "final"
field:
type: "<xref href=\"com.azure.storage.blob.models.BlobErrorCode?alt=com.azure.storage.blob.models.BlobErrorCode&text=BlobErrorCode\" data-throw-if-not-resolved=\"False\" />"
syntax: "public static final BlobErrorCode COPY_ACROSS_ACCOUNTS_NOT_SUPPORTED"
desc: "Static value CopyAcrossAccountsNotSupported for BlobErrorCode."
- uid: "com.azure.storage.blob.models.BlobErrorCode.COPY_ID_MISMATCH"
fullName: "com.azure.storage.blob.models.BlobErrorCode.COPY_ID_MISMATCH"
name: "COPY_ID_MISMATCH"
nameWithType: "BlobErrorCode.COPY_ID_MISMATCH"
summary: "Static value Copy<wbr>IdMismatch for Blob<wbr>Error<wbr>Code."
modifiers:
- "static"
- "final"
field:
type: "<xref href=\"com.azure.storage.blob.models.BlobErrorCode?alt=com.azure.storage.blob.models.BlobErrorCode&text=BlobErrorCode\" data-throw-if-not-resolved=\"False\" />"
syntax: "public static final BlobErrorCode COPY_ID_MISMATCH"
desc: "Static value CopyIdMismatch for BlobErrorCode."
- uid: "com.azure.storage.blob.models.BlobErrorCode.EMPTY_METADATA_KEY"
fullName: "com.azure.storage.blob.models.BlobErrorCode.EMPTY_METADATA_KEY"
name: "EMPTY_METADATA_KEY"
nameWithType: "BlobErrorCode.EMPTY_METADATA_KEY"
summary: "Static value Empty<wbr>Metadata<wbr>Key for Blob<wbr>Error<wbr>Code."
modifiers:
- "static"
- "final"
field:
type: "<xref href=\"com.azure.storage.blob.models.BlobErrorCode?alt=com.azure.storage.blob.models.BlobErrorCode&text=BlobErrorCode\" data-throw-if-not-resolved=\"False\" />"
syntax: "public static final BlobErrorCode EMPTY_METADATA_KEY"
desc: "Static value EmptyMetadataKey for BlobErrorCode."
- uid: "com.azure.storage.blob.models.BlobErrorCode.FEATURE_VERSION_MISMATCH"
fullName: "com.azure.storage.blob.models.BlobErrorCode.FEATURE_VERSION_MISMATCH"
name: "FEATURE_VERSION_MISMATCH"
nameWithType: "BlobErrorCode.FEATURE_VERSION_MISMATCH"
summary: "Static value Feature<wbr>Version<wbr>Mismatch for Blob<wbr>Error<wbr>Code."
modifiers:
- "static"
- "final"
field:
type: "<xref href=\"com.azure.storage.blob.models.BlobErrorCode?alt=com.azure.storage.blob.models.BlobErrorCode&text=BlobErrorCode\" data-throw-if-not-resolved=\"False\" />"
syntax: "public static final BlobErrorCode FEATURE_VERSION_MISMATCH"
desc: "Static value FeatureVersionMismatch for BlobErrorCode."
- uid: "com.azure.storage.blob.models.BlobErrorCode.INCREMENTAL_COPY_BLOB_MISMATCH"
fullName: "com.azure.storage.blob.models.BlobErrorCode.INCREMENTAL_COPY_BLOB_MISMATCH"
name: "INCREMENTAL_COPY_BLOB_MISMATCH"
nameWithType: "BlobErrorCode.INCREMENTAL_COPY_BLOB_MISMATCH"
summary: "Static value Incremental<wbr>Copy<wbr>Blob<wbr>Mismatch for Blob<wbr>Error<wbr>Code."
modifiers:
- "static"
- "final"
field:
type: "<xref href=\"com.azure.storage.blob.models.BlobErrorCode?alt=com.azure.storage.blob.models.BlobErrorCode&text=BlobErrorCode\" data-throw-if-not-resolved=\"False\" />"
syntax: "public static final BlobErrorCode INCREMENTAL_COPY_BLOB_MISMATCH"
desc: "Static value IncrementalCopyBlobMismatch for BlobErrorCode."
- uid: "com.azure.storage.blob.models.BlobErrorCode.INCREMENTAL_COPY_OF_EARLIER_VERSION_SNAPSHOT_NOT_ALLOWED"
fullName: "com.azure.storage.blob.models.BlobErrorCode.INCREMENTAL_COPY_OF_EARLIER_VERSION_SNAPSHOT_NOT_ALLOWED"
name: "INCREMENTAL_COPY_OF_EARLIER_VERSION_SNAPSHOT_NOT_ALLOWED"
nameWithType: "BlobErrorCode.INCREMENTAL_COPY_OF_EARLIER_VERSION_SNAPSHOT_NOT_ALLOWED"
summary: "Static value Incremental<wbr>Copy<wbr>OfEarlier<wbr>Version<wbr>Snapshot<wbr>Not<wbr>Allowed for Blob<wbr>Error<wbr>Code."
modifiers:
- "static"
- "final"
field:
type: "<xref href=\"com.azure.storage.blob.models.BlobErrorCode?alt=com.azure.storage.blob.models.BlobErrorCode&text=BlobErrorCode\" data-throw-if-not-resolved=\"False\" />"
syntax: "public static final BlobErrorCode INCREMENTAL_COPY_OF_EARLIER_VERSION_SNAPSHOT_NOT_ALLOWED"
desc: "Static value IncrementalCopyOfEarlierVersionSnapshotNotAllowed for BlobErrorCode."
- uid: "com.azure.storage.blob.models.BlobErrorCode.INCREMENTAL_COPY_OF_ERALIER_VERSION_SNAPSHOT_NOT_ALLOWED"
fullName: "com.azure.storage.blob.models.BlobErrorCode.INCREMENTAL_COPY_OF_ERALIER_VERSION_SNAPSHOT_NOT_ALLOWED"
name: "INCREMENTAL_COPY_OF_ERALIER_VERSION_SNAPSHOT_NOT_ALLOWED"
nameWithType: "BlobErrorCode.INCREMENTAL_COPY_OF_ERALIER_VERSION_SNAPSHOT_NOT_ALLOWED"
summary: "Static value Incremental<wbr>Copy<wbr>OfEralier<wbr>Version<wbr>Snapshot<wbr>Not<wbr>Allowed for Blob<wbr>Error<wbr>Code."
deprecatedTag: "Please use <xref uid=\"com.azure.storage.blob.models.BlobErrorCode.INCREMENTAL_COPY_OF_EARLIER_VERSION_SNAPSHOT_NOT_ALLOWED\" data-throw-if-not-resolved=\"false\" data-raw-source=\"BlobErrorCode#INCREMENTAL_COPY_OF_EARLIER_VERSION_SNAPSHOT_NOT_ALLOWED\"></xref>"
modifiers:
- "static"
- "final"
field:
type: "<xref href=\"com.azure.storage.blob.models.BlobErrorCode?alt=com.azure.storage.blob.models.BlobErrorCode&text=BlobErrorCode\" data-throw-if-not-resolved=\"False\" />"
syntax: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Deprecated.html\">@Deprecated</a></br>public static final BlobErrorCode INCREMENTAL_COPY_OF_ERALIER_VERSION_SNAPSHOT_NOT_ALLOWED"
desc: "Static value IncrementalCopyOfEralierVersionSnapshotNotAllowed for BlobErrorCode."
hasDeprecatedTag: true
- uid: "com.azure.storage.blob.models.BlobErrorCode.INCREMENTAL_COPY_SOURCE_MUST_BE_SNAPSHOT"
fullName: "com.azure.storage.blob.models.BlobErrorCode.INCREMENTAL_COPY_SOURCE_MUST_BE_SNAPSHOT"
name: "INCREMENTAL_COPY_SOURCE_MUST_BE_SNAPSHOT"
nameWithType: "BlobErrorCode.INCREMENTAL_COPY_SOURCE_MUST_BE_SNAPSHOT"
summary: "Static value Incremental<wbr>Copy<wbr>Source<wbr>Must<wbr>BeSnapshot for Blob<wbr>Error<wbr>Code."
modifiers:
- "static"
- "final"
field:
type: "<xref href=\"com.azure.storage.blob.models.BlobErrorCode?alt=com.azure.storage.blob.models.BlobErrorCode&text=BlobErrorCode\" data-throw-if-not-resolved=\"False\" />"
syntax: "public static final BlobErrorCode INCREMENTAL_COPY_SOURCE_MUST_BE_SNAPSHOT"
desc: "Static value IncrementalCopySourceMustBeSnapshot for BlobErrorCode."
- uid: "com.azure.storage.blob.models.BlobErrorCode.INFINITE_LEASE_DURATION_REQUIRED"
fullName: "com.azure.storage.blob.models.BlobErrorCode.INFINITE_LEASE_DURATION_REQUIRED"
name: "INFINITE_LEASE_DURATION_REQUIRED"
nameWithType: "BlobErrorCode.INFINITE_LEASE_DURATION_REQUIRED"
summary: "Static value Infinite<wbr>Lease<wbr>Duration<wbr>Required for Blob<wbr>Error<wbr>Code."
modifiers:
- "static"
- "final"
field:
type: "<xref href=\"com.azure.storage.blob.models.BlobErrorCode?alt=com.azure.storage.blob.models.BlobErrorCode&text=BlobErrorCode\" data-throw-if-not-resolved=\"False\" />"
syntax: "public static final BlobErrorCode INFINITE_LEASE_DURATION_REQUIRED"
desc: "Static value InfiniteLeaseDurationRequired for BlobErrorCode."
- uid: "com.azure.storage.blob.models.BlobErrorCode.INSUFFICIENT_ACCOUNT_PERMISSIONS"
fullName: "com.azure.storage.blob.models.BlobErrorCode.INSUFFICIENT_ACCOUNT_PERMISSIONS"
name: "INSUFFICIENT_ACCOUNT_PERMISSIONS"
nameWithType: "BlobErrorCode.INSUFFICIENT_ACCOUNT_PERMISSIONS"
summary: "Static value Insufficient<wbr>Account<wbr>Permissions for Blob<wbr>Error<wbr>Code."
modifiers:
- "static"
- "final"
field:
type: "<xref href=\"com.azure.storage.blob.models.BlobErrorCode?alt=com.azure.storage.blob.models.BlobErrorCode&text=BlobErrorCode\" data-throw-if-not-resolved=\"False\" />"
syntax: "public static final BlobErrorCode INSUFFICIENT_ACCOUNT_PERMISSIONS"
desc: "Static value InsufficientAccountPermissions for BlobErrorCode."
- uid: "com.azure.storage.blob.models.BlobErrorCode.INTERNAL_ERROR"
fullName: "com.azure.storage.blob.models.BlobErrorCode.INTERNAL_ERROR"
name: "INTERNAL_ERROR"
nameWithType: "BlobErrorCode.INTERNAL_ERROR"
summary: "Static value Internal<wbr>Error for Blob<wbr>Error<wbr>Code."
modifiers:
- "static"
- "final"
field:
type: "<xref href=\"com.azure.storage.blob.models.BlobErrorCode?alt=com.azure.storage.blob.models.BlobErrorCode&text=BlobErrorCode\" data-throw-if-not-resolved=\"False\" />"
syntax: "public static final BlobErrorCode INTERNAL_ERROR"
desc: "Static value InternalError for BlobErrorCode."
- uid: "com.azure.storage.blob.models.BlobErrorCode.INVALID_AUTHENTICATION_INFO"
fullName: "com.azure.storage.blob.models.BlobErrorCode.INVALID_AUTHENTICATION_INFO"
name: "INVALID_AUTHENTICATION_INFO"
nameWithType: "BlobErrorCode.INVALID_AUTHENTICATION_INFO"
summary: "Static value Invalid<wbr>Authentication<wbr>Info for Blob<wbr>Error<wbr>Code."
modifiers:
- "static"
- "final"
field:
type: "<xref href=\"com.azure.storage.blob.models.BlobErrorCode?alt=com.azure.storage.blob.models.BlobErrorCode&text=BlobErrorCode\" data-throw-if-not-resolved=\"False\" />"
syntax: "public static final BlobErrorCode INVALID_AUTHENTICATION_INFO"
desc: "Static value InvalidAuthenticationInfo for BlobErrorCode."
- uid: "com.azure.storage.blob.models.BlobErrorCode.INVALID_BLOB_OR_BLOCK"
fullName: "com.azure.storage.blob.models.BlobErrorCode.INVALID_BLOB_OR_BLOCK"
name: "INVALID_BLOB_OR_BLOCK"
nameWithType: "BlobErrorCode.INVALID_BLOB_OR_BLOCK"
summary: "Static value Invalid<wbr>Blob<wbr>OrBlock for Blob<wbr>Error<wbr>Code."
modifiers:
- "static"
- "final"
field:
type: "<xref href=\"com.azure.storage.blob.models.BlobErrorCode?alt=com.azure.storage.blob.models.BlobErrorCode&text=BlobErrorCode\" data-throw-if-not-resolved=\"False\" />"
syntax: "public static final BlobErrorCode INVALID_BLOB_OR_BLOCK"
desc: "Static value InvalidBlobOrBlock for BlobErrorCode."
- uid: "com.azure.storage.blob.models.BlobErrorCode.INVALID_BLOB_TIER"
fullName: "com.azure.storage.blob.models.BlobErrorCode.INVALID_BLOB_TIER"
name: "INVALID_BLOB_TIER"
nameWithType: "BlobErrorCode.INVALID_BLOB_TIER"
summary: "Static value Invalid<wbr>Blob<wbr>Tier for Blob<wbr>Error<wbr>Code."
modifiers:
- "static"
- "final"
field:
type: "<xref href=\"com.azure.storage.blob.models.BlobErrorCode?alt=com.azure.storage.blob.models.BlobErrorCode&text=BlobErrorCode\" data-throw-if-not-resolved=\"False\" />"
syntax: "public static final BlobErrorCode INVALID_BLOB_TIER"
desc: "Static value InvalidBlobTier for BlobErrorCode."
- uid: "com.azure.storage.blob.models.BlobErrorCode.INVALID_BLOB_TYPE"
fullName: "com.azure.storage.blob.models.BlobErrorCode.INVALID_BLOB_TYPE"
name: "INVALID_BLOB_TYPE"
nameWithType: "BlobErrorCode.INVALID_BLOB_TYPE"
summary: "Static value Invalid<wbr>Blob<wbr>Type for Blob<wbr>Error<wbr>Code."
modifiers:
- "static"
- "final"
field:
type: "<xref href=\"com.azure.storage.blob.models.BlobErrorCode?alt=com.azure.storage.blob.models.BlobErrorCode&text=BlobErrorCode\" data-throw-if-not-resolved=\"False\" />"
syntax: "public static final BlobErrorCode INVALID_BLOB_TYPE"
desc: "Static value InvalidBlobType for BlobErrorCode."
- uid: "com.azure.storage.blob.models.BlobErrorCode.INVALID_BLOCK_ID"
fullName: "com.azure.storage.blob.models.BlobErrorCode.INVALID_BLOCK_ID"
name: "INVALID_BLOCK_ID"
nameWithType: "BlobErrorCode.INVALID_BLOCK_ID"
summary: "Static value Invalid<wbr>Block<wbr>Id for Blob<wbr>Error<wbr>Code."
modifiers:
- "static"
- "final"
field:
type: "<xref href=\"com.azure.storage.blob.models.BlobErrorCode?alt=com.azure.storage.blob.models.BlobErrorCode&text=BlobErrorCode\" data-throw-if-not-resolved=\"False\" />"
syntax: "public static final BlobErrorCode INVALID_BLOCK_ID"
desc: "Static value InvalidBlockId for BlobErrorCode."
- uid: "com.azure.storage.blob.models.BlobErrorCode.INVALID_BLOCK_LIST"
fullName: "com.azure.storage.blob.models.BlobErrorCode.INVALID_BLOCK_LIST"
name: "INVALID_BLOCK_LIST"
nameWithType: "BlobErrorCode.INVALID_BLOCK_LIST"
summary: "Static value Invalid<wbr>Block<wbr>List for Blob<wbr>Error<wbr>Code."
modifiers:
- "static"
- "final"
field:
type: "<xref href=\"com.azure.storage.blob.models.BlobErrorCode?alt=com.azure.storage.blob.models.BlobErrorCode&text=BlobErrorCode\" data-throw-if-not-resolved=\"False\" />"
syntax: "public static final BlobErrorCode INVALID_BLOCK_LIST"
desc: "Static value InvalidBlockList for BlobErrorCode."
- uid: "com.azure.storage.blob.models.BlobErrorCode.INVALID_HEADER_VALUE"
fullName: "com.azure.storage.blob.models.BlobErrorCode.INVALID_HEADER_VALUE"
name: "INVALID_HEADER_VALUE"
nameWithType: "BlobErrorCode.INVALID_HEADER_VALUE"
summary: "Static value Invalid<wbr>Header<wbr>Value for Blob<wbr>Error<wbr>Code."
modifiers:
- "static"
- "final"
field:
type: "<xref href=\"com.azure.storage.blob.models.BlobErrorCode?alt=com.azure.storage.blob.models.BlobErrorCode&text=BlobErrorCode\" data-throw-if-not-resolved=\"False\" />"
syntax: "public static final BlobErrorCode INVALID_HEADER_VALUE"
desc: "Static value InvalidHeaderValue for BlobErrorCode."
- uid: "com.azure.storage.blob.models.BlobErrorCode.INVALID_HTTP_VERB"
fullName: "com.azure.storage.blob.models.BlobErrorCode.INVALID_HTTP_VERB"
name: "INVALID_HTTP_VERB"
nameWithType: "BlobErrorCode.INVALID_HTTP_VERB"
summary: "Static value Invalid<wbr>Http<wbr>Verb for Blob<wbr>Error<wbr>Code."
modifiers:
- "static"
- "final"
field:
type: "<xref href=\"com.azure.storage.blob.models.BlobErrorCode?alt=com.azure.storage.blob.models.BlobErrorCode&text=BlobErrorCode\" data-throw-if-not-resolved=\"False\" />"
syntax: "public static final BlobErrorCode INVALID_HTTP_VERB"
desc: "Static value InvalidHttpVerb for BlobErrorCode."
- uid: "com.azure.storage.blob.models.BlobErrorCode.INVALID_INPUT"
fullName: "com.azure.storage.blob.models.BlobErrorCode.INVALID_INPUT"
name: "INVALID_INPUT"
nameWithType: "BlobErrorCode.INVALID_INPUT"
summary: "Static value Invalid<wbr>Input for Blob<wbr>Error<wbr>Code."
modifiers:
- "static"
- "final"
field:
type: "<xref href=\"com.azure.storage.blob.models.BlobErrorCode?alt=com.azure.storage.blob.models.BlobErrorCode&text=BlobErrorCode\" data-throw-if-not-resolved=\"False\" />"
syntax: "public static final BlobErrorCode INVALID_INPUT"
desc: "Static value InvalidInput for BlobErrorCode."
- uid: "com.azure.storage.blob.models.BlobErrorCode.INVALID_MD5"
fullName: "com.azure.storage.blob.models.BlobErrorCode.INVALID_MD5"
name: "INVALID_MD5"
nameWithType: "BlobErrorCode.INVALID_MD5"
summary: "Static value Invalid<wbr>Md5 for Blob<wbr>Error<wbr>Code."
modifiers:
- "static"
- "final"
field:
type: "<xref href=\"com.azure.storage.blob.models.BlobErrorCode?alt=com.azure.storage.blob.models.BlobErrorCode&text=BlobErrorCode\" data-throw-if-not-resolved=\"False\" />"
syntax: "public static final BlobErrorCode INVALID_MD5"
desc: "Static value InvalidMd5 for BlobErrorCode."
- uid: "com.azure.storage.blob.models.BlobErrorCode.INVALID_METADATA"
fullName: "com.azure.storage.blob.models.BlobErrorCode.INVALID_METADATA"
name: "INVALID_METADATA"
nameWithType: "BlobErrorCode.INVALID_METADATA"
summary: "Static value Invalid<wbr>Metadata for Blob<wbr>Error<wbr>Code."
modifiers:
- "static"
- "final"
field:
type: "<xref href=\"com.azure.storage.blob.models.BlobErrorCode?alt=com.azure.storage.blob.models.BlobErrorCode&text=BlobErrorCode\" data-throw-if-not-resolved=\"False\" />"
syntax: "public static final BlobErrorCode INVALID_METADATA"
desc: "Static value InvalidMetadata for BlobErrorCode."
- uid: "com.azure.storage.blob.models.BlobErrorCode.INVALID_OPERATION"
fullName: "com.azure.storage.blob.models.BlobErrorCode.INVALID_OPERATION"
name: "INVALID_OPERATION"
nameWithType: "BlobErrorCode.INVALID_OPERATION"
summary: "Static value Invalid<wbr>Operation for Blob<wbr>Error<wbr>Code."
modifiers:
- "static"
- "final"
field:
type: "<xref href=\"com.azure.storage.blob.models.BlobErrorCode?alt=com.azure.storage.blob.models.BlobErrorCode&text=BlobErrorCode\" data-throw-if-not-resolved=\"False\" />"
syntax: "public static final BlobErrorCode INVALID_OPERATION"
desc: "Static value InvalidOperation for BlobErrorCode."
- uid: "com.azure.storage.blob.models.BlobErrorCode.INVALID_PAGE_RANGE"
fullName: "com.azure.storage.blob.models.BlobErrorCode.INVALID_PAGE_RANGE"
name: "INVALID_PAGE_RANGE"
nameWithType: "BlobErrorCode.INVALID_PAGE_RANGE"
summary: "Static value Invalid<wbr>Page<wbr>Range for Blob<wbr>Error<wbr>Code."
modifiers:
- "static"
- "final"
field:
type: "<xref href=\"com.azure.storage.blob.models.BlobErrorCode?alt=com.azure.storage.blob.models.BlobErrorCode&text=BlobErrorCode\" data-throw-if-not-resolved=\"False\" />"
syntax: "public static final BlobErrorCode INVALID_PAGE_RANGE"
desc: "Static value InvalidPageRange for BlobErrorCode."
- uid: "com.azure.storage.blob.models.BlobErrorCode.INVALID_QUERY_PARAMETER_VALUE"
fullName: "com.azure.storage.blob.models.BlobErrorCode.INVALID_QUERY_PARAMETER_VALUE"
name: "INVALID_QUERY_PARAMETER_VALUE"
nameWithType: "BlobErrorCode.INVALID_QUERY_PARAMETER_VALUE"
summary: "Static value Invalid<wbr>Query<wbr>Parameter<wbr>Value for Blob<wbr>Error<wbr>Code."
modifiers:
- "static"
- "final"
field:
type: "<xref href=\"com.azure.storage.blob.models.BlobErrorCode?alt=com.azure.storage.blob.models.BlobErrorCode&text=BlobErrorCode\" data-throw-if-not-resolved=\"False\" />"
syntax: "public static final BlobErrorCode INVALID_QUERY_PARAMETER_VALUE"
desc: "Static value InvalidQueryParameterValue for BlobErrorCode."
- uid: "com.azure.storage.blob.models.BlobErrorCode.INVALID_RANGE"
fullName: "com.azure.storage.blob.models.BlobErrorCode.INVALID_RANGE"
name: "INVALID_RANGE"
nameWithType: "BlobErrorCode.INVALID_RANGE"
summary: "Static value Invalid<wbr>Range for Blob<wbr>Error<wbr>Code."
modifiers:
- "static"
- "final"
field:
type: "<xref href=\"com.azure.storage.blob.models.BlobErrorCode?alt=com.azure.storage.blob.models.BlobErrorCode&text=BlobErrorCode\" data-throw-if-not-resolved=\"False\" />"
syntax: "public static final BlobErrorCode INVALID_RANGE"
desc: "Static value InvalidRange for BlobErrorCode."
- uid: "com.azure.storage.blob.models.BlobErrorCode.INVALID_RESOURCE_NAME"
fullName: "com.azure.storage.blob.models.BlobErrorCode.INVALID_RESOURCE_NAME"
name: "INVALID_RESOURCE_NAME"
nameWithType: "BlobErrorCode.INVALID_RESOURCE_NAME"
summary: "Static value Invalid<wbr>Resource<wbr>Name for Blob<wbr>Error<wbr>Code."
modifiers:
- "static"
- "final"
field:
type: "<xref href=\"com.azure.storage.blob.models.BlobErrorCode?alt=com.azure.storage.blob.models.BlobErrorCode&text=BlobErrorCode\" data-throw-if-not-resolved=\"False\" />"
syntax: "public static final BlobErrorCode INVALID_RESOURCE_NAME"
desc: "Static value InvalidResourceName for BlobErrorCode."
- uid: "com.azure.storage.blob.models.BlobErrorCode.INVALID_SOURCE_BLOB_TYPE"
fullName: "com.azure.storage.blob.models.BlobErrorCode.INVALID_SOURCE_BLOB_TYPE"
name: "INVALID_SOURCE_BLOB_TYPE"
nameWithType: "BlobErrorCode.INVALID_SOURCE_BLOB_TYPE"
summary: "Static value Invalid<wbr>Source<wbr>Blob<wbr>Type for Blob<wbr>Error<wbr>Code."
modifiers:
- "static"
- "final"
field:
type: "<xref href=\"com.azure.storage.blob.models.BlobErrorCode?alt=com.azure.storage.blob.models.BlobErrorCode&text=BlobErrorCode\" data-throw-if-not-resolved=\"False\" />"
syntax: "public static final BlobErrorCode INVALID_SOURCE_BLOB_TYPE"
desc: "Static value InvalidSourceBlobType for BlobErrorCode."
- uid: "com.azure.storage.blob.models.BlobErrorCode.INVALID_SOURCE_BLOB_URL"
fullName: "com.azure.storage.blob.models.BlobErrorCode.INVALID_SOURCE_BLOB_URL"
name: "INVALID_SOURCE_BLOB_URL"
nameWithType: "BlobErrorCode.INVALID_SOURCE_BLOB_URL"
summary: "Static value Invalid<wbr>Source<wbr>Blob<wbr>Url for Blob<wbr>Error<wbr>Code."
modifiers:
- "static"
- "final"
field:
type: "<xref href=\"com.azure.storage.blob.models.BlobErrorCode?alt=com.azure.storage.blob.models.BlobErrorCode&text=BlobErrorCode\" data-throw-if-not-resolved=\"False\" />"
syntax: "public static final BlobErrorCode INVALID_SOURCE_BLOB_URL"
desc: "Static value InvalidSourceBlobUrl for BlobErrorCode."
- uid: "com.azure.storage.blob.models.BlobErrorCode.INVALID_URI"
fullName: "com.azure.storage.blob.models.BlobErrorCode.INVALID_URI"
name: "INVALID_URI"
nameWithType: "BlobErrorCode.INVALID_URI"
summary: "Static value Invalid<wbr>Uri for Blob<wbr>Error<wbr>Code."
modifiers:
- "static"
- "final"
field:
type: "<xref href=\"com.azure.storage.blob.models.BlobErrorCode?alt=com.azure.storage.blob.models.BlobErrorCode&text=BlobErrorCode\" data-throw-if-not-resolved=\"False\" />"
syntax: "public static final BlobErrorCode INVALID_URI"
desc: "Static value InvalidUri for BlobErrorCode."
- uid: "com.azure.storage.blob.models.BlobErrorCode.INVALID_VERSION_FOR_PAGE_BLOB_OPERATION"
fullName: "com.azure.storage.blob.models.BlobErrorCode.INVALID_VERSION_FOR_PAGE_BLOB_OPERATION"
name: "INVALID_VERSION_FOR_PAGE_BLOB_OPERATION"
nameWithType: "BlobErrorCode.INVALID_VERSION_FOR_PAGE_BLOB_OPERATION"
summary: "Static value Invalid<wbr>Version<wbr>For<wbr>Page<wbr>Blob<wbr>Operation for Blob<wbr>Error<wbr>Code."
modifiers:
- "static"
- "final"
field:
type: "<xref href=\"com.azure.storage.blob.models.BlobErrorCode?alt=com.azure.storage.blob.models.BlobErrorCode&text=BlobErrorCode\" data-throw-if-not-resolved=\"False\" />"
syntax: "public static final BlobErrorCode INVALID_VERSION_FOR_PAGE_BLOB_OPERATION"
desc: "Static value InvalidVersionForPageBlobOperation for BlobErrorCode."
- uid: "com.azure.storage.blob.models.BlobErrorCode.INVALID_XML_DOCUMENT"
fullName: "com.azure.storage.blob.models.BlobErrorCode.INVALID_XML_DOCUMENT"
name: "INVALID_XML_DOCUMENT"
nameWithType: "BlobErrorCode.INVALID_XML_DOCUMENT"
summary: "Static value Invalid<wbr>Xml<wbr>Document for Blob<wbr>Error<wbr>Code."
modifiers:
- "static"
- "final"
field:
type: "<xref href=\"com.azure.storage.blob.models.BlobErrorCode?alt=com.azure.storage.blob.models.BlobErrorCode&text=BlobErrorCode\" data-throw-if-not-resolved=\"False\" />"
syntax: "public static final BlobErrorCode INVALID_XML_DOCUMENT"
desc: "Static value InvalidXmlDocument for BlobErrorCode."
- uid: "com.azure.storage.blob.models.BlobErrorCode.INVALID_XML_NODE_VALUE"
fullName: "com.azure.storage.blob.models.BlobErrorCode.INVALID_XML_NODE_VALUE"
name: "INVALID_XML_NODE_VALUE"
nameWithType: "BlobErrorCode.INVALID_XML_NODE_VALUE"
summary: "Static value Invalid<wbr>Xml<wbr>Node<wbr>Value for Blob<wbr>Error<wbr>Code."
modifiers:
- "static"
- "final"
field:
type: "<xref href=\"com.azure.storage.blob.models.BlobErrorCode?alt=com.azure.storage.blob.models.BlobErrorCode&text=BlobErrorCode\" data-throw-if-not-resolved=\"False\" />"
syntax: "public static final BlobErrorCode INVALID_XML_NODE_VALUE"
desc: "Static value InvalidXmlNodeValue for BlobErrorCode."
- uid: "com.azure.storage.blob.models.BlobErrorCode.LEASE_ALREADY_BROKEN"
fullName: "com.azure.storage.blob.models.BlobErrorCode.LEASE_ALREADY_BROKEN"
name: "LEASE_ALREADY_BROKEN"
nameWithType: "BlobErrorCode.LEASE_ALREADY_BROKEN"
summary: "Static value Lease<wbr>Already<wbr>Broken for Blob<wbr>Error<wbr>Code."
modifiers:
- "static"
- "final"
field:
type: "<xref href=\"com.azure.storage.blob.models.BlobErrorCode?alt=com.azure.storage.blob.models.BlobErrorCode&text=BlobErrorCode\" data-throw-if-not-resolved=\"False\" />"
syntax: "public static final BlobErrorCode LEASE_ALREADY_BROKEN"
desc: "Static value LeaseAlreadyBroken for BlobErrorCode."
- uid: "com.azure.storage.blob.models.BlobErrorCode.LEASE_ALREADY_PRESENT"
fullName: "com.azure.storage.blob.models.BlobErrorCode.LEASE_ALREADY_PRESENT"
name: "LEASE_ALREADY_PRESENT"
nameWithType: "BlobErrorCode.LEASE_ALREADY_PRESENT"
summary: "Static value Lease<wbr>Already<wbr>Present for Blob<wbr>Error<wbr>Code."
modifiers:
- "static"
- "final"
field:
type: "<xref href=\"com.azure.storage.blob.models.BlobErrorCode?alt=com.azure.storage.blob.models.BlobErrorCode&text=BlobErrorCode\" data-throw-if-not-resolved=\"False\" />"
syntax: "public static final BlobErrorCode LEASE_ALREADY_PRESENT"
desc: "Static value LeaseAlreadyPresent for BlobErrorCode."
- uid: "com.azure.storage.blob.models.BlobErrorCode.LEASE_ID_MISMATCH_WITH_BLOB_OPERATION"
fullName: "com.azure.storage.blob.models.BlobErrorCode.LEASE_ID_MISMATCH_WITH_BLOB_OPERATION"
name: "LEASE_ID_MISMATCH_WITH_BLOB_OPERATION"
nameWithType: "BlobErrorCode.LEASE_ID_MISMATCH_WITH_BLOB_OPERATION"
summary: "Static value Lease<wbr>IdMismatch<wbr>With<wbr>Blob<wbr>Operation for Blob<wbr>Error<wbr>Code."
modifiers:
- "static"
- "final"
field:
type: "<xref href=\"com.azure.storage.blob.models.BlobErrorCode?alt=com.azure.storage.blob.models.BlobErrorCode&text=BlobErrorCode\" data-throw-if-not-resolved=\"False\" />"
syntax: "public static final BlobErrorCode LEASE_ID_MISMATCH_WITH_BLOB_OPERATION"
desc: "Static value LeaseIdMismatchWithBlobOperation for BlobErrorCode."
- uid: "com.azure.storage.blob.models.BlobErrorCode.LEASE_ID_MISMATCH_WITH_CONTAINER_OPERATION"
fullName: "com.azure.storage.blob.models.BlobErrorCode.LEASE_ID_MISMATCH_WITH_CONTAINER_OPERATION"
name: "LEASE_ID_MISMATCH_WITH_CONTAINER_OPERATION"
nameWithType: "BlobErrorCode.LEASE_ID_MISMATCH_WITH_CONTAINER_OPERATION"
summary: "Static value Lease<wbr>IdMismatch<wbr>With<wbr>Container<wbr>Operation for Blob<wbr>Error<wbr>Code."
modifiers:
- "static"
- "final"
field:
type: "<xref href=\"com.azure.storage.blob.models.BlobErrorCode?alt=com.azure.storage.blob.models.BlobErrorCode&text=BlobErrorCode\" data-throw-if-not-resolved=\"False\" />"
syntax: "public static final BlobErrorCode LEASE_ID_MISMATCH_WITH_CONTAINER_OPERATION"
desc: "Static value LeaseIdMismatchWithContainerOperation for BlobErrorCode."
- uid: "com.azure.storage.blob.models.BlobErrorCode.LEASE_ID_MISMATCH_WITH_LEASE_OPERATION"
fullName: "com.azure.storage.blob.models.BlobErrorCode.LEASE_ID_MISMATCH_WITH_LEASE_OPERATION"
name: "LEASE_ID_MISMATCH_WITH_LEASE_OPERATION"
nameWithType: "BlobErrorCode.LEASE_ID_MISMATCH_WITH_LEASE_OPERATION"
summary: "Static value Lease<wbr>IdMismatch<wbr>With<wbr>Lease<wbr>Operation for Blob<wbr>Error<wbr>Code."
modifiers:
- "static"
- "final"
field:
type: "<xref href=\"com.azure.storage.blob.models.BlobErrorCode?alt=com.azure.storage.blob.models.BlobErrorCode&text=BlobErrorCode\" data-throw-if-not-resolved=\"False\" />"
syntax: "public static final BlobErrorCode LEASE_ID_MISMATCH_WITH_LEASE_OPERATION"
desc: "Static value LeaseIdMismatchWithLeaseOperation for BlobErrorCode."
- uid: "com.azure.storage.blob.models.BlobErrorCode.LEASE_ID_MISSING"
fullName: "com.azure.storage.blob.models.BlobErrorCode.LEASE_ID_MISSING"
name: "LEASE_ID_MISSING"
nameWithType: "BlobErrorCode.LEASE_ID_MISSING"
summary: "Static value Lease<wbr>IdMissing for Blob<wbr>Error<wbr>Code."
modifiers:
- "static"
- "final"
field:
type: "<xref href=\"com.azure.storage.blob.models.BlobErrorCode?alt=com.azure.storage.blob.models.BlobErrorCode&text=BlobErrorCode\" data-throw-if-not-resolved=\"False\" />"
syntax: "public static final BlobErrorCode LEASE_ID_MISSING"
desc: "Static value LeaseIdMissing for BlobErrorCode."
- uid: "com.azure.storage.blob.models.BlobErrorCode.LEASE_IS_BREAKING_AND_CANNOT_BE_ACQUIRED"
fullName: "com.azure.storage.blob.models.BlobErrorCode.LEASE_IS_BREAKING_AND_CANNOT_BE_ACQUIRED"
name: "LEASE_IS_BREAKING_AND_CANNOT_BE_ACQUIRED"
nameWithType: "BlobErrorCode.LEASE_IS_BREAKING_AND_CANNOT_BE_ACQUIRED"
summary: "Static value Lease<wbr>IsBreaking<wbr>And<wbr>Cannot<wbr>BeAcquired for Blob<wbr>Error<wbr>Code."
modifiers:
- "static"
- "final"
field:
type: "<xref href=\"com.azure.storage.blob.models.BlobErrorCode?alt=com.azure.storage.blob.models.BlobErrorCode&text=BlobErrorCode\" data-throw-if-not-resolved=\"False\" />"
syntax: "public static final BlobErrorCode LEASE_IS_BREAKING_AND_CANNOT_BE_ACQUIRED"
desc: "Static value LeaseIsBreakingAndCannotBeAcquired for BlobErrorCode."
- uid: "com.azure.storage.blob.models.BlobErrorCode.LEASE_IS_BREAKING_AND_CANNOT_BE_CHANGED"
fullName: "com.azure.storage.blob.models.BlobErrorCode.LEASE_IS_BREAKING_AND_CANNOT_BE_CHANGED"
name: "LEASE_IS_BREAKING_AND_CANNOT_BE_CHANGED"
nameWithType: "BlobErrorCode.LEASE_IS_BREAKING_AND_CANNOT_BE_CHANGED"
summary: "Static value Lease<wbr>IsBreaking<wbr>And<wbr>Cannot<wbr>BeChanged for Blob<wbr>Error<wbr>Code."
modifiers:
- "static"
- "final"
field:
type: "<xref href=\"com.azure.storage.blob.models.BlobErrorCode?alt=com.azure.storage.blob.models.BlobErrorCode&text=BlobErrorCode\" data-throw-if-not-resolved=\"False\" />"
syntax: "public static final BlobErrorCode LEASE_IS_BREAKING_AND_CANNOT_BE_CHANGED"
desc: "Static value LeaseIsBreakingAndCannotBeChanged for BlobErrorCode."
- uid: "com.azure.storage.blob.models.BlobErrorCode.LEASE_IS_BROKEN_AND_CANNOT_BE_RENEWED"
fullName: "com.azure.storage.blob.models.BlobErrorCode.LEASE_IS_BROKEN_AND_CANNOT_BE_RENEWED"
name: "LEASE_IS_BROKEN_AND_CANNOT_BE_RENEWED"
nameWithType: "BlobErrorCode.LEASE_IS_BROKEN_AND_CANNOT_BE_RENEWED"
summary: "Static value Lease<wbr>IsBroken<wbr>And<wbr>Cannot<wbr>BeRenewed for Blob<wbr>Error<wbr>Code."
modifiers:
- "static"
- "final"
field:
type: "<xref href=\"com.azure.storage.blob.models.BlobErrorCode?alt=com.azure.storage.blob.models.BlobErrorCode&text=BlobErrorCode\" data-throw-if-not-resolved=\"False\" />"
syntax: "public static final BlobErrorCode LEASE_IS_BROKEN_AND_CANNOT_BE_RENEWED"
desc: "Static value LeaseIsBrokenAndCannotBeRenewed for BlobErrorCode."
- uid: "com.azure.storage.blob.models.BlobErrorCode.LEASE_LOST"
fullName: "com.azure.storage.blob.models.BlobErrorCode.LEASE_LOST"
name: "LEASE_LOST"
nameWithType: "BlobErrorCode.LEASE_LOST"
summary: "Static value Lease<wbr>Lost for Blob<wbr>Error<wbr>Code."
modifiers:
- "static"
- "final"
field:
type: "<xref href=\"com.azure.storage.blob.models.BlobErrorCode?alt=com.azure.storage.blob.models.BlobErrorCode&text=BlobErrorCode\" data-throw-if-not-resolved=\"False\" />"
syntax: "public static final BlobErrorCode LEASE_LOST"
desc: "Static value LeaseLost for BlobErrorCode."
- uid: "com.azure.storage.blob.models.BlobErrorCode.LEASE_NOT_PRESENT_WITH_BLOB_OPERATION"
fullName: "com.azure.storage.blob.models.BlobErrorCode.LEASE_NOT_PRESENT_WITH_BLOB_OPERATION"
name: "LEASE_NOT_PRESENT_WITH_BLOB_OPERATION"
nameWithType: "BlobErrorCode.LEASE_NOT_PRESENT_WITH_BLOB_OPERATION"
summary: "Static value Lease<wbr>Not<wbr>Present<wbr>With<wbr>Blob<wbr>Operation for Blob<wbr>Error<wbr>Code."
modifiers:
- "static"
- "final"
field:
type: "<xref href=\"com.azure.storage.blob.models.BlobErrorCode?alt=com.azure.storage.blob.models.BlobErrorCode&text=BlobErrorCode\" data-throw-if-not-resolved=\"False\" />"
syntax: "public static final BlobErrorCode LEASE_NOT_PRESENT_WITH_BLOB_OPERATION"
desc: "Static value LeaseNotPresentWithBlobOperation for BlobErrorCode."
- uid: "com.azure.storage.blob.models.BlobErrorCode.LEASE_NOT_PRESENT_WITH_CONTAINER_OPERATION"
fullName: "com.azure.storage.blob.models.BlobErrorCode.LEASE_NOT_PRESENT_WITH_CONTAINER_OPERATION"
name: "LEASE_NOT_PRESENT_WITH_CONTAINER_OPERATION"
nameWithType: "BlobErrorCode.LEASE_NOT_PRESENT_WITH_CONTAINER_OPERATION"
summary: "Static value Lease<wbr>Not<wbr>Present<wbr>With<wbr>Container<wbr>Operation for Blob<wbr>Error<wbr>Code."
modifiers:
- "static"
- "final"
field:
type: "<xref href=\"com.azure.storage.blob.models.BlobErrorCode?alt=com.azure.storage.blob.models.BlobErrorCode&text=BlobErrorCode\" data-throw-if-not-resolved=\"False\" />"
syntax: "public static final BlobErrorCode LEASE_NOT_PRESENT_WITH_CONTAINER_OPERATION"
desc: "Static value LeaseNotPresentWithContainerOperation for BlobErrorCode."
- uid: "com.azure.storage.blob.models.BlobErrorCode.LEASE_NOT_PRESENT_WITH_LEASE_OPERATION"
fullName: "com.azure.storage.blob.models.BlobErrorCode.LEASE_NOT_PRESENT_WITH_LEASE_OPERATION"
name: "LEASE_NOT_PRESENT_WITH_LEASE_OPERATION"
nameWithType: "BlobErrorCode.LEASE_NOT_PRESENT_WITH_LEASE_OPERATION"
summary: "Static value Lease<wbr>Not<wbr>Present<wbr>With<wbr>Lease<wbr>Operation for Blob<wbr>Error<wbr>Code."
modifiers:
- "static"
- "final"
field:
type: "<xref href=\"com.azure.storage.blob.models.BlobErrorCode?alt=com.azure.storage.blob.models.BlobErrorCode&text=BlobErrorCode\" data-throw-if-not-resolved=\"False\" />"
syntax: "public static final BlobErrorCode LEASE_NOT_PRESENT_WITH_LEASE_OPERATION"
desc: "Static value LeaseNotPresentWithLeaseOperation for BlobErrorCode."
- uid: "com.azure.storage.blob.models.BlobErrorCode.MAX_BLOB_SIZE_CONDITION_NOT_MET"
fullName: "com.azure.storage.blob.models.BlobErrorCode.MAX_BLOB_SIZE_CONDITION_NOT_MET"
name: "MAX_BLOB_SIZE_CONDITION_NOT_MET"
nameWithType: "BlobErrorCode.MAX_BLOB_SIZE_CONDITION_NOT_MET"
summary: "Static value Max<wbr>Blob<wbr>Size<wbr>Condition<wbr>Not<wbr>Met for Blob<wbr>Error<wbr>Code."
modifiers:
- "static"
- "final"
field:
type: "<xref href=\"com.azure.storage.blob.models.BlobErrorCode?alt=com.azure.storage.blob.models.BlobErrorCode&text=BlobErrorCode\" data-throw-if-not-resolved=\"False\" />"
syntax: "public static final BlobErrorCode MAX_BLOB_SIZE_CONDITION_NOT_MET"
desc: "Static value MaxBlobSizeConditionNotMet for BlobErrorCode."
- uid: "com.azure.storage.blob.models.BlobErrorCode.MD5MISMATCH"
fullName: "com.azure.storage.blob.models.BlobErrorCode.MD5MISMATCH"
name: "MD5MISMATCH"
nameWithType: "BlobErrorCode.MD5MISMATCH"
summary: "Static value Md5Mismatch for Blob<wbr>Error<wbr>Code."
modifiers:
- "static"
- "final"
field:
type: "<xref href=\"com.azure.storage.blob.models.BlobErrorCode?alt=com.azure.storage.blob.models.BlobErrorCode&text=BlobErrorCode\" data-throw-if-not-resolved=\"False\" />"
syntax: "public static final BlobErrorCode MD5MISMATCH"
desc: "Static value Md5Mismatch for BlobErrorCode."
- uid: "com.azure.storage.blob.models.BlobErrorCode.METADATA_TOO_LARGE"
fullName: "com.azure.storage.blob.models.BlobErrorCode.METADATA_TOO_LARGE"
name: "METADATA_TOO_LARGE"
nameWithType: "BlobErrorCode.METADATA_TOO_LARGE"
summary: "Static value Metadata<wbr>Too<wbr>Large for Blob<wbr>Error<wbr>Code."
modifiers:
- "static"
- "final"
field:
type: "<xref href=\"com.azure.storage.blob.models.BlobErrorCode?alt=com.azure.storage.blob.models.BlobErrorCode&text=BlobErrorCode\" data-throw-if-not-resolved=\"False\" />"
syntax: "public static final BlobErrorCode METADATA_TOO_LARGE"
desc: "Static value MetadataTooLarge for BlobErrorCode."
- uid: "com.azure.storage.blob.models.BlobErrorCode.MISSING_CONTENT_LENGTH_HEADER"
fullName: "com.azure.storage.blob.models.BlobErrorCode.MISSING_CONTENT_LENGTH_HEADER"
name: "MISSING_CONTENT_LENGTH_HEADER"
nameWithType: "BlobErrorCode.MISSING_CONTENT_LENGTH_HEADER"
summary: "Static value Missing<wbr>Content<wbr>Length<wbr>Header for Blob<wbr>Error<wbr>Code."
modifiers:
- "static"
- "final"
field:
type: "<xref href=\"com.azure.storage.blob.models.BlobErrorCode?alt=com.azure.storage.blob.models.BlobErrorCode&text=BlobErrorCode\" data-throw-if-not-resolved=\"False\" />"
syntax: "public static final BlobErrorCode MISSING_CONTENT_LENGTH_HEADER"
desc: "Static value MissingContentLengthHeader for BlobErrorCode."
- uid: "com.azure.storage.blob.models.BlobErrorCode.MISSING_REQUIRED_HEADER"
fullName: "com.azure.storage.blob.models.BlobErrorCode.MISSING_REQUIRED_HEADER"
name: "MISSING_REQUIRED_HEADER"
nameWithType: "BlobErrorCode.MISSING_REQUIRED_HEADER"
summary: "Static value Missing<wbr>Required<wbr>Header for Blob<wbr>Error<wbr>Code."
modifiers:
- "static"
- "final"
field:
type: "<xref href=\"com.azure.storage.blob.models.BlobErrorCode?alt=com.azure.storage.blob.models.BlobErrorCode&text=BlobErrorCode\" data-throw-if-not-resolved=\"False\" />"
syntax: "public static final BlobErrorCode MISSING_REQUIRED_HEADER"
desc: "Static value MissingRequiredHeader for BlobErrorCode."
- uid: "com.azure.storage.blob.models.BlobErrorCode.MISSING_REQUIRED_QUERY_PARAMETER"
fullName: "com.azure.storage.blob.models.BlobErrorCode.MISSING_REQUIRED_QUERY_PARAMETER"
name: "MISSING_REQUIRED_QUERY_PARAMETER"
nameWithType: "BlobErrorCode.MISSING_REQUIRED_QUERY_PARAMETER"
summary: "Static value Missing<wbr>Required<wbr>Query<wbr>Parameter for Blob<wbr>Error<wbr>Code."
modifiers:
- "static"
- "final"
field:
type: "<xref href=\"com.azure.storage.blob.models.BlobErrorCode?alt=com.azure.storage.blob.models.BlobErrorCode&text=BlobErrorCode\" data-throw-if-not-resolved=\"False\" />"
syntax: "public static final BlobErrorCode MISSING_REQUIRED_QUERY_PARAMETER"
desc: "Static value MissingRequiredQueryParameter for BlobErrorCode."
- uid: "com.azure.storage.blob.models.BlobErrorCode.MISSING_REQUIRED_XML_NODE"
fullName: "com.azure.storage.blob.models.BlobErrorCode.MISSING_REQUIRED_XML_NODE"
name: "MISSING_REQUIRED_XML_NODE"
nameWithType: "BlobErrorCode.MISSING_REQUIRED_XML_NODE"
summary: "Static value Missing<wbr>Required<wbr>Xml<wbr>Node for Blob<wbr>Error<wbr>Code."
modifiers:
- "static"
- "final"
field:
type: "<xref href=\"com.azure.storage.blob.models.BlobErrorCode?alt=com.azure.storage.blob.models.BlobErrorCode&text=BlobErrorCode\" data-throw-if-not-resolved=\"False\" />"
syntax: "public static final BlobErrorCode MISSING_REQUIRED_XML_NODE"
desc: "Static value MissingRequiredXmlNode for BlobErrorCode."
- uid: "com.azure.storage.blob.models.BlobErrorCode.MULTIPLE_CONDITION_HEADERS_NOT_SUPPORTED"
fullName: "com.azure.storage.blob.models.BlobErrorCode.MULTIPLE_CONDITION_HEADERS_NOT_SUPPORTED"
name: "MULTIPLE_CONDITION_HEADERS_NOT_SUPPORTED"
nameWithType: "BlobErrorCode.MULTIPLE_CONDITION_HEADERS_NOT_SUPPORTED"
summary: "Static value Multiple<wbr>Condition<wbr>Headers<wbr>Not<wbr>Supported for Blob<wbr>Error<wbr>Code."
modifiers:
- "static"
- "final"
field:
type: "<xref href=\"com.azure.storage.blob.models.BlobErrorCode?alt=com.azure.storage.blob.models.BlobErrorCode&text=BlobErrorCode\" data-throw-if-not-resolved=\"False\" />"
syntax: "public static final BlobErrorCode MULTIPLE_CONDITION_HEADERS_NOT_SUPPORTED"
desc: "Static value MultipleConditionHeadersNotSupported for BlobErrorCode."
- uid: "com.azure.storage.blob.models.BlobErrorCode.NO_AUTHENTICATION_INFORMATION"
fullName: "com.azure.storage.blob.models.BlobErrorCode.NO_AUTHENTICATION_INFORMATION"
name: "NO_AUTHENTICATION_INFORMATION"
nameWithType: "BlobErrorCode.NO_AUTHENTICATION_INFORMATION"
summary: "Static value No<wbr>Authentication<wbr>Information for Blob<wbr>Error<wbr>Code."
modifiers:
- "static"
- "final"
field:
type: "<xref href=\"com.azure.storage.blob.models.BlobErrorCode?alt=com.azure.storage.blob.models.BlobErrorCode&text=BlobErrorCode\" data-throw-if-not-resolved=\"False\" />"
syntax: "public static final BlobErrorCode NO_AUTHENTICATION_INFORMATION"
desc: "Static value NoAuthenticationInformation for BlobErrorCode."
- uid: "com.azure.storage.blob.models.BlobErrorCode.NO_PENDING_COPY_OPERATION"
fullName: "com.azure.storage.blob.models.BlobErrorCode.NO_PENDING_COPY_OPERATION"
name: "NO_PENDING_COPY_OPERATION"
nameWithType: "BlobErrorCode.NO_PENDING_COPY_OPERATION"
summary: "Static value No<wbr>Pending<wbr>Copy<wbr>Operation for Blob<wbr>Error<wbr>Code."
modifiers:
- "static"
- "final"
field:
type: "<xref href=\"com.azure.storage.blob.models.BlobErrorCode?alt=com.azure.storage.blob.models.BlobErrorCode&text=BlobErrorCode\" data-throw-if-not-resolved=\"False\" />"
syntax: "public static final BlobErrorCode NO_PENDING_COPY_OPERATION"
desc: "Static value NoPendingCopyOperation for BlobErrorCode."
- uid: "com.azure.storage.blob.models.BlobErrorCode.OPERATION_NOT_ALLOWED_ON_INCREMENTAL_COPY_BLOB"
fullName: "com.azure.storage.blob.models.BlobErrorCode.OPERATION_NOT_ALLOWED_ON_INCREMENTAL_COPY_BLOB"
name: "OPERATION_NOT_ALLOWED_ON_INCREMENTAL_COPY_BLOB"
nameWithType: "BlobErrorCode.OPERATION_NOT_ALLOWED_ON_INCREMENTAL_COPY_BLOB"
summary: "Static value Operation<wbr>Not<wbr>Allowed<wbr>OnIncremental<wbr>Copy<wbr>Blob for Blob<wbr>Error<wbr>Code."
modifiers:
- "static"
- "final"
field:
type: "<xref href=\"com.azure.storage.blob.models.BlobErrorCode?alt=com.azure.storage.blob.models.BlobErrorCode&text=BlobErrorCode\" data-throw-if-not-resolved=\"False\" />"
syntax: "public static final BlobErrorCode OPERATION_NOT_ALLOWED_ON_INCREMENTAL_COPY_BLOB"
desc: "Static value OperationNotAllowedOnIncrementalCopyBlob for BlobErrorCode."
- uid: "com.azure.storage.blob.models.BlobErrorCode.OPERATION_TIMED_OUT"
fullName: "com.azure.storage.blob.models.BlobErrorCode.OPERATION_TIMED_OUT"
name: "OPERATION_TIMED_OUT"
nameWithType: "BlobErrorCode.OPERATION_TIMED_OUT"
summary: "Static value Operation<wbr>Timed<wbr>Out for Blob<wbr>Error<wbr>Code."
modifiers:
- "static"
- "final"
field:
type: "<xref href=\"com.azure.storage.blob.models.BlobErrorCode?alt=com.azure.storage.blob.models.BlobErrorCode&text=BlobErrorCode\" data-throw-if-not-resolved=\"False\" />"
syntax: "public static final BlobErrorCode OPERATION_TIMED_OUT"
desc: "Static value OperationTimedOut for BlobErrorCode."
- uid: "com.azure.storage.blob.models.BlobErrorCode.OUT_OF_RANGE_INPUT"
fullName: "com.azure.storage.blob.models.BlobErrorCode.OUT_OF_RANGE_INPUT"
name: "OUT_OF_RANGE_INPUT"
nameWithType: "BlobErrorCode.OUT_OF_RANGE_INPUT"
summary: "Static value Out<wbr>OfRange<wbr>Input for Blob<wbr>Error<wbr>Code."
modifiers:
- "static"
- "final"
field:
type: "<xref href=\"com.azure.storage.blob.models.BlobErrorCode?alt=com.azure.storage.blob.models.BlobErrorCode&text=BlobErrorCode\" data-throw-if-not-resolved=\"False\" />"
syntax: "public static final BlobErrorCode OUT_OF_RANGE_INPUT"
desc: "Static value OutOfRangeInput for BlobErrorCode."
- uid: "com.azure.storage.blob.models.BlobErrorCode.OUT_OF_RANGE_QUERY_PARAMETER_VALUE"
fullName: "com.azure.storage.blob.models.BlobErrorCode.OUT_OF_RANGE_QUERY_PARAMETER_VALUE"
name: "OUT_OF_RANGE_QUERY_PARAMETER_VALUE"
nameWithType: "BlobErrorCode.OUT_OF_RANGE_QUERY_PARAMETER_VALUE"
summary: "Static value Out<wbr>OfRange<wbr>Query<wbr>Parameter<wbr>Value for Blob<wbr>Error<wbr>Code."
modifiers:
- "static"
- "final"
field:
type: "<xref href=\"com.azure.storage.blob.models.BlobErrorCode?alt=com.azure.storage.blob.models.BlobErrorCode&text=BlobErrorCode\" data-throw-if-not-resolved=\"False\" />"
syntax: "public static final BlobErrorCode OUT_OF_RANGE_QUERY_PARAMETER_VALUE"
desc: "Static value OutOfRangeQueryParameterValue for BlobErrorCode."
- uid: "com.azure.storage.blob.models.BlobErrorCode.PENDING_COPY_OPERATION"
fullName: "com.azure.storage.blob.models.BlobErrorCode.PENDING_COPY_OPERATION"
name: "PENDING_COPY_OPERATION"
nameWithType: "BlobErrorCode.PENDING_COPY_OPERATION"
summary: "Static value Pending<wbr>Copy<wbr>Operation for Blob<wbr>Error<wbr>Code."
modifiers:
- "static"
- "final"
field:
type: "<xref href=\"com.azure.storage.blob.models.BlobErrorCode?alt=com.azure.storage.blob.models.BlobErrorCode&text=BlobErrorCode\" data-throw-if-not-resolved=\"False\" />"
syntax: "public static final BlobErrorCode PENDING_COPY_OPERATION"
desc: "Static value PendingCopyOperation for BlobErrorCode."
- uid: "com.azure.storage.blob.models.BlobErrorCode.PREVIOUS_SNAPSHOT_CANNOT_BE_NEWER"
fullName: "com.azure.storage.blob.models.BlobErrorCode.PREVIOUS_SNAPSHOT_CANNOT_BE_NEWER"
name: "PREVIOUS_SNAPSHOT_CANNOT_BE_NEWER"
nameWithType: "BlobErrorCode.PREVIOUS_SNAPSHOT_CANNOT_BE_NEWER"
summary: "Static value Previous<wbr>Snapshot<wbr>Cannot<wbr>BeNewer for Blob<wbr>Error<wbr>Code."
modifiers:
- "static"
- "final"
field:
type: "<xref href=\"com.azure.storage.blob.models.BlobErrorCode?alt=com.azure.storage.blob.models.BlobErrorCode&text=BlobErrorCode\" data-throw-if-not-resolved=\"False\" />"
syntax: "public static final BlobErrorCode PREVIOUS_SNAPSHOT_CANNOT_BE_NEWER"
desc: "Static value PreviousSnapshotCannotBeNewer for BlobErrorCode."
- uid: "com.azure.storage.blob.models.BlobErrorCode.PREVIOUS_SNAPSHOT_NOT_FOUND"
fullName: "com.azure.storage.blob.models.BlobErrorCode.PREVIOUS_SNAPSHOT_NOT_FOUND"
name: "PREVIOUS_SNAPSHOT_NOT_FOUND"
nameWithType: "BlobErrorCode.PREVIOUS_SNAPSHOT_NOT_FOUND"
summary: "Static value Previous<wbr>Snapshot<wbr>Not<wbr>Found for Blob<wbr>Error<wbr>Code."
modifiers:
- "static"
- "final"
field:
type: "<xref href=\"com.azure.storage.blob.models.BlobErrorCode?alt=com.azure.storage.blob.models.BlobErrorCode&text=BlobErrorCode\" data-throw-if-not-resolved=\"False\" />"
syntax: "public static final BlobErrorCode PREVIOUS_SNAPSHOT_NOT_FOUND"
desc: "Static value PreviousSnapshotNotFound for BlobErrorCode."
- uid: "com.azure.storage.blob.models.BlobErrorCode.PREVIOUS_SNAPSHOT_OPERATION_NOT_SUPPORTED"
fullName: "com.azure.storage.blob.models.BlobErrorCode.PREVIOUS_SNAPSHOT_OPERATION_NOT_SUPPORTED"
name: "PREVIOUS_SNAPSHOT_OPERATION_NOT_SUPPORTED"
nameWithType: "BlobErrorCode.PREVIOUS_SNAPSHOT_OPERATION_NOT_SUPPORTED"
summary: "Static value Previous<wbr>Snapshot<wbr>Operation<wbr>Not<wbr>Supported for Blob<wbr>Error<wbr>Code."
modifiers:
- "static"
- "final"
field:
type: "<xref href=\"com.azure.storage.blob.models.BlobErrorCode?alt=com.azure.storage.blob.models.BlobErrorCode&text=BlobErrorCode\" data-throw-if-not-resolved=\"False\" />"
syntax: "public static final BlobErrorCode PREVIOUS_SNAPSHOT_OPERATION_NOT_SUPPORTED"
desc: "Static value PreviousSnapshotOperationNotSupported for BlobErrorCode."
- uid: "com.azure.storage.blob.models.BlobErrorCode.REQUEST_BODY_TOO_LARGE"
fullName: "com.azure.storage.blob.models.BlobErrorCode.REQUEST_BODY_TOO_LARGE"
name: "REQUEST_BODY_TOO_LARGE"
nameWithType: "BlobErrorCode.REQUEST_BODY_TOO_LARGE"
summary: "Static value Request<wbr>Body<wbr>Too<wbr>Large for Blob<wbr>Error<wbr>Code."
modifiers:
- "static"
- "final"
field:
type: "<xref href=\"com.azure.storage.blob.models.BlobErrorCode?alt=com.azure.storage.blob.models.BlobErrorCode&text=BlobErrorCode\" data-throw-if-not-resolved=\"False\" />"
syntax: "public static final BlobErrorCode REQUEST_BODY_TOO_LARGE"
desc: "Static value RequestBodyTooLarge for BlobErrorCode."
- uid: "com.azure.storage.blob.models.BlobErrorCode.REQUEST_URL_FAILED_TO_PARSE"
fullName: "com.azure.storage.blob.models.BlobErrorCode.REQUEST_URL_FAILED_TO_PARSE"
name: "REQUEST_URL_FAILED_TO_PARSE"
nameWithType: "BlobErrorCode.REQUEST_URL_FAILED_TO_PARSE"
summary: "Static value Request<wbr>Url<wbr>Failed<wbr>ToParse for Blob<wbr>Error<wbr>Code."
modifiers:
- "static"
- "final"
field:
type: "<xref href=\"com.azure.storage.blob.models.BlobErrorCode?alt=com.azure.storage.blob.models.BlobErrorCode&text=BlobErrorCode\" data-throw-if-not-resolved=\"False\" />"
syntax: "public static final BlobErrorCode REQUEST_URL_FAILED_TO_PARSE"
desc: "Static value RequestUrlFailedToParse for BlobErrorCode."
- uid: "com.azure.storage.blob.models.BlobErrorCode.RESOURCE_ALREADY_EXISTS"
fullName: "com.azure.storage.blob.models.BlobErrorCode.RESOURCE_ALREADY_EXISTS"
name: "RESOURCE_ALREADY_EXISTS"
nameWithType: "BlobErrorCode.RESOURCE_ALREADY_EXISTS"
summary: "Static value Resource<wbr>Already<wbr>Exists for Blob<wbr>Error<wbr>Code."
modifiers:
- "static"
- "final"
field:
type: "<xref href=\"com.azure.storage.blob.models.BlobErrorCode?alt=com.azure.storage.blob.models.BlobErrorCode&text=BlobErrorCode\" data-throw-if-not-resolved=\"False\" />"
syntax: "public static final BlobErrorCode RESOURCE_ALREADY_EXISTS"
desc: "Static value ResourceAlreadyExists for BlobErrorCode."
- uid: "com.azure.storage.blob.models.BlobErrorCode.RESOURCE_NOT_FOUND"
fullName: "com.azure.storage.blob.models.BlobErrorCode.RESOURCE_NOT_FOUND"
name: "RESOURCE_NOT_FOUND"
nameWithType: "BlobErrorCode.RESOURCE_NOT_FOUND"
summary: "Static value Resource<wbr>Not<wbr>Found for Blob<wbr>Error<wbr>Code."
modifiers:
- "static"
- "final"
field:
type: "<xref href=\"com.azure.storage.blob.models.BlobErrorCode?alt=com.azure.storage.blob.models.BlobErrorCode&text=BlobErrorCode\" data-throw-if-not-resolved=\"False\" />"
syntax: "public static final BlobErrorCode RESOURCE_NOT_FOUND"
desc: "Static value ResourceNotFound for BlobErrorCode."
- uid: "com.azure.storage.blob.models.BlobErrorCode.RESOURCE_TYPE_MISMATCH"
fullName: "com.azure.storage.blob.models.BlobErrorCode.RESOURCE_TYPE_MISMATCH"
name: "RESOURCE_TYPE_MISMATCH"
nameWithType: "BlobErrorCode.RESOURCE_TYPE_MISMATCH"
summary: "Static value Resource<wbr>Type<wbr>Mismatch for Blob<wbr>Error<wbr>Code."
modifiers:
- "static"
- "final"
field:
type: "<xref href=\"com.azure.storage.blob.models.BlobErrorCode?alt=com.azure.storage.blob.models.BlobErrorCode&text=BlobErrorCode\" data-throw-if-not-resolved=\"False\" />"
syntax: "public static final BlobErrorCode RESOURCE_TYPE_MISMATCH"
desc: "Static value ResourceTypeMismatch for BlobErrorCode."
- uid: "com.azure.storage.blob.models.BlobErrorCode.SEQUENCE_NUMBER_CONDITION_NOT_MET"
fullName: "com.azure.storage.blob.models.BlobErrorCode.SEQUENCE_NUMBER_CONDITION_NOT_MET"
name: "SEQUENCE_NUMBER_CONDITION_NOT_MET"
nameWithType: "BlobErrorCode.SEQUENCE_NUMBER_CONDITION_NOT_MET"
summary: "Static value Sequence<wbr>Number<wbr>Condition<wbr>Not<wbr>Met for Blob<wbr>Error<wbr>Code."
modifiers:
- "static"
- "final"
field:
type: "<xref href=\"com.azure.storage.blob.models.BlobErrorCode?alt=com.azure.storage.blob.models.BlobErrorCode&text=BlobErrorCode\" data-throw-if-not-resolved=\"False\" />"
syntax: "public static final BlobErrorCode SEQUENCE_NUMBER_CONDITION_NOT_MET"
desc: "Static value SequenceNumberConditionNotMet for BlobErrorCode."
- uid: "com.azure.storage.blob.models.BlobErrorCode.SEQUENCE_NUMBER_INCREMENT_TOO_LARGE"
fullName: "com.azure.storage.blob.models.BlobErrorCode.SEQUENCE_NUMBER_INCREMENT_TOO_LARGE"
name: "SEQUENCE_NUMBER_INCREMENT_TOO_LARGE"
nameWithType: "BlobErrorCode.SEQUENCE_NUMBER_INCREMENT_TOO_LARGE"
summary: "Static value Sequence<wbr>Number<wbr>Increment<wbr>Too<wbr>Large for Blob<wbr>Error<wbr>Code."
modifiers:
- "static"
- "final"
field:
type: "<xref href=\"com.azure.storage.blob.models.BlobErrorCode?alt=com.azure.storage.blob.models.BlobErrorCode&text=BlobErrorCode\" data-throw-if-not-resolved=\"False\" />"
syntax: "public static final BlobErrorCode SEQUENCE_NUMBER_INCREMENT_TOO_LARGE"
desc: "Static value SequenceNumberIncrementTooLarge for BlobErrorCode."
- uid: "com.azure.storage.blob.models.BlobErrorCode.SERVER_BUSY"
fullName: "com.azure.storage.blob.models.BlobErrorCode.SERVER_BUSY"
name: "SERVER_BUSY"
nameWithType: "BlobErrorCode.SERVER_BUSY"
summary: "Static value Server<wbr>Busy for Blob<wbr>Error<wbr>Code."
modifiers:
- "static"
- "final"
field:
type: "<xref href=\"com.azure.storage.blob.models.BlobErrorCode?alt=com.azure.storage.blob.models.BlobErrorCode&text=BlobErrorCode\" data-throw-if-not-resolved=\"False\" />"
syntax: "public static final BlobErrorCode SERVER_BUSY"
desc: "Static value ServerBusy for BlobErrorCode."
- uid: "com.azure.storage.blob.models.BlobErrorCode.SNAPHOT_OPERATION_RATE_EXCEEDED"
fullName: "com.azure.storage.blob.models.BlobErrorCode.SNAPHOT_OPERATION_RATE_EXCEEDED"
name: "SNAPHOT_OPERATION_RATE_EXCEEDED"
nameWithType: "BlobErrorCode.SNAPHOT_OPERATION_RATE_EXCEEDED"
summary: "Static value Snapshot<wbr>Operation<wbr>Rate<wbr>Exceeded for Blob<wbr>Error<wbr>Code."
deprecatedTag: "Please use <xref uid=\"com.azure.storage.blob.models.BlobErrorCode.SNAPSHOT_OPERATION_RATE_EXCEEDED\" data-throw-if-not-resolved=\"false\" data-raw-source=\"BlobErrorCode#SNAPSHOT_OPERATION_RATE_EXCEEDED\"></xref>"
modifiers:
- "static"
- "final"
field:
type: "<xref href=\"com.azure.storage.blob.models.BlobErrorCode?alt=com.azure.storage.blob.models.BlobErrorCode&text=BlobErrorCode\" data-throw-if-not-resolved=\"False\" />"
syntax: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Deprecated.html\">@Deprecated</a></br>public static final BlobErrorCode SNAPHOT_OPERATION_RATE_EXCEEDED"
desc: "Static value SnapshotOperationRateExceeded for BlobErrorCode."
hasDeprecatedTag: true
- uid: "com.azure.storage.blob.models.BlobErrorCode.SNAPSHOTS_PRESENT"
fullName: "com.azure.storage.blob.models.BlobErrorCode.SNAPSHOTS_PRESENT"
name: "SNAPSHOTS_PRESENT"
nameWithType: "BlobErrorCode.SNAPSHOTS_PRESENT"
summary: "Static value Snapshots<wbr>Present for Blob<wbr>Error<wbr>Code."
modifiers:
- "static"
- "final"
field:
type: "<xref href=\"com.azure.storage.blob.models.BlobErrorCode?alt=com.azure.storage.blob.models.BlobErrorCode&text=BlobErrorCode\" data-throw-if-not-resolved=\"False\" />"
syntax: "public static final BlobErrorCode SNAPSHOTS_PRESENT"
desc: "Static value SnapshotsPresent for BlobErrorCode."
- uid: "com.azure.storage.blob.models.BlobErrorCode.SNAPSHOT_COUNT_EXCEEDED"
fullName: "com.azure.storage.blob.models.BlobErrorCode.SNAPSHOT_COUNT_EXCEEDED"
name: "SNAPSHOT_COUNT_EXCEEDED"
nameWithType: "BlobErrorCode.SNAPSHOT_COUNT_EXCEEDED"
summary: "Static value Snapshot<wbr>Count<wbr>Exceeded for Blob<wbr>Error<wbr>Code."
modifiers:
- "static"
- "final"
field:
type: "<xref href=\"com.azure.storage.blob.models.BlobErrorCode?alt=com.azure.storage.blob.models.BlobErrorCode&text=BlobErrorCode\" data-throw-if-not-resolved=\"False\" />"
syntax: "public static final BlobErrorCode SNAPSHOT_COUNT_EXCEEDED"
desc: "Static value SnapshotCountExceeded for BlobErrorCode."
- uid: "com.azure.storage.blob.models.BlobErrorCode.SNAPSHOT_OPERATION_RATE_EXCEEDED"
fullName: "com.azure.storage.blob.models.BlobErrorCode.SNAPSHOT_OPERATION_RATE_EXCEEDED"
name: "SNAPSHOT_OPERATION_RATE_EXCEEDED"
nameWithType: "BlobErrorCode.SNAPSHOT_OPERATION_RATE_EXCEEDED"
summary: "Static value Snapshot<wbr>Operation<wbr>Rate<wbr>Exceeded for Blob<wbr>Error<wbr>Code."
modifiers:
- "static"
- "final"
field:
type: "<xref href=\"com.azure.storage.blob.models.BlobErrorCode?alt=com.azure.storage.blob.models.BlobErrorCode&text=BlobErrorCode\" data-throw-if-not-resolved=\"False\" />"
syntax: "public static final BlobErrorCode SNAPSHOT_OPERATION_RATE_EXCEEDED"
desc: "Static value SnapshotOperationRateExceeded for BlobErrorCode."
- uid: "com.azure.storage.blob.models.BlobErrorCode.SOURCE_CONDITION_NOT_MET"
fullName: "com.azure.storage.blob.models.BlobErrorCode.SOURCE_CONDITION_NOT_MET"
name: "SOURCE_CONDITION_NOT_MET"
nameWithType: "BlobErrorCode.SOURCE_CONDITION_NOT_MET"
summary: "Static value Source<wbr>Condition<wbr>Not<wbr>Met for Blob<wbr>Error<wbr>Code."
modifiers:
- "static"
- "final"
field:
type: "<xref href=\"com.azure.storage.blob.models.BlobErrorCode?alt=com.azure.storage.blob.models.BlobErrorCode&text=BlobErrorCode\" data-throw-if-not-resolved=\"False\" />"
syntax: "public static final BlobErrorCode SOURCE_CONDITION_NOT_MET"
desc: "Static value SourceConditionNotMet for BlobErrorCode."
- uid: "com.azure.storage.blob.models.BlobErrorCode.SYSTEM_IN_USE"
fullName: "com.azure.storage.blob.models.BlobErrorCode.SYSTEM_IN_USE"
name: "SYSTEM_IN_USE"
nameWithType: "BlobErrorCode.SYSTEM_IN_USE"
summary: "Static value System<wbr>InUse for Blob<wbr>Error<wbr>Code."
modifiers:
- "static"
- "final"
field:
type: "<xref href=\"com.azure.storage.blob.models.BlobErrorCode?alt=com.azure.storage.blob.models.BlobErrorCode&text=BlobErrorCode\" data-throw-if-not-resolved=\"False\" />"
syntax: "public static final BlobErrorCode SYSTEM_IN_USE"
desc: "Static value SystemInUse for BlobErrorCode."
- uid: "com.azure.storage.blob.models.BlobErrorCode.TARGET_CONDITION_NOT_MET"
fullName: "com.azure.storage.blob.models.BlobErrorCode.TARGET_CONDITION_NOT_MET"
name: "TARGET_CONDITION_NOT_MET"
nameWithType: "BlobErrorCode.TARGET_CONDITION_NOT_MET"
summary: "Static value Target<wbr>Condition<wbr>Not<wbr>Met for Blob<wbr>Error<wbr>Code."
modifiers:
- "static"
- "final"
field:
type: "<xref href=\"com.azure.storage.blob.models.BlobErrorCode?alt=com.azure.storage.blob.models.BlobErrorCode&text=BlobErrorCode\" data-throw-if-not-resolved=\"False\" />"
syntax: "public static final BlobErrorCode TARGET_CONDITION_NOT_MET"
desc: "Static value TargetConditionNotMet for BlobErrorCode."
- uid: "com.azure.storage.blob.models.BlobErrorCode.UNAUTHORIZED_BLOB_OVERWRITE"
fullName: "com.azure.storage.blob.models.BlobErrorCode.UNAUTHORIZED_BLOB_OVERWRITE"
name: "UNAUTHORIZED_BLOB_OVERWRITE"
nameWithType: "BlobErrorCode.UNAUTHORIZED_BLOB_OVERWRITE"
summary: "Static value Unauthorized<wbr>Blob<wbr>Overwrite for Blob<wbr>Error<wbr>Code."
modifiers:
- "static"
- "final"
field:
type: "<xref href=\"com.azure.storage.blob.models.BlobErrorCode?alt=com.azure.storage.blob.models.BlobErrorCode&text=BlobErrorCode\" data-throw-if-not-resolved=\"False\" />"
syntax: "public static final BlobErrorCode UNAUTHORIZED_BLOB_OVERWRITE"
desc: "Static value UnauthorizedBlobOverwrite for BlobErrorCode."
- uid: "com.azure.storage.blob.models.BlobErrorCode.UNSUPPORTED_HEADER"
fullName: "com.azure.storage.blob.models.BlobErrorCode.UNSUPPORTED_HEADER"
name: "UNSUPPORTED_HEADER"
nameWithType: "BlobErrorCode.UNSUPPORTED_HEADER"
summary: "Static value Unsupported<wbr>Header for Blob<wbr>Error<wbr>Code."
modifiers:
- "static"
- "final"
field:
type: "<xref href=\"com.azure.storage.blob.models.BlobErrorCode?alt=com.azure.storage.blob.models.BlobErrorCode&text=BlobErrorCode\" data-throw-if-not-resolved=\"False\" />"
syntax: "public static final BlobErrorCode UNSUPPORTED_HEADER"
desc: "Static value UnsupportedHeader for BlobErrorCode."
- uid: "com.azure.storage.blob.models.BlobErrorCode.UNSUPPORTED_HTTP_VERB"
fullName: "com.azure.storage.blob.models.BlobErrorCode.UNSUPPORTED_HTTP_VERB"
name: "UNSUPPORTED_HTTP_VERB"
nameWithType: "BlobErrorCode.UNSUPPORTED_HTTP_VERB"
summary: "Static value Unsupported<wbr>Http<wbr>Verb for Blob<wbr>Error<wbr>Code."
modifiers:
- "static"
- "final"
field:
type: "<xref href=\"com.azure.storage.blob.models.BlobErrorCode?alt=com.azure.storage.blob.models.BlobErrorCode&text=BlobErrorCode\" data-throw-if-not-resolved=\"False\" />"
syntax: "public static final BlobErrorCode UNSUPPORTED_HTTP_VERB"
desc: "Static value UnsupportedHttpVerb for BlobErrorCode."
- uid: "com.azure.storage.blob.models.BlobErrorCode.UNSUPPORTED_QUERY_PARAMETER"
fullName: "com.azure.storage.blob.models.BlobErrorCode.UNSUPPORTED_QUERY_PARAMETER"
name: "UNSUPPORTED_QUERY_PARAMETER"
nameWithType: "BlobErrorCode.UNSUPPORTED_QUERY_PARAMETER"
summary: "Static value Unsupported<wbr>Query<wbr>Parameter for Blob<wbr>Error<wbr>Code."
modifiers:
- "static"
- "final"
field:
type: "<xref href=\"com.azure.storage.blob.models.BlobErrorCode?alt=com.azure.storage.blob.models.BlobErrorCode&text=BlobErrorCode\" data-throw-if-not-resolved=\"False\" />"
syntax: "public static final BlobErrorCode UNSUPPORTED_QUERY_PARAMETER"
desc: "Static value UnsupportedQueryParameter for BlobErrorCode."
- uid: "com.azure.storage.blob.models.BlobErrorCode.UNSUPPORTED_XML_NODE"
fullName: "com.azure.storage.blob.models.BlobErrorCode.UNSUPPORTED_XML_NODE"
name: "UNSUPPORTED_XML_NODE"
nameWithType: "BlobErrorCode.UNSUPPORTED_XML_NODE"
summary: "Static value Unsupported<wbr>Xml<wbr>Node for Blob<wbr>Error<wbr>Code."
modifiers:
- "static"
- "final"
field:
type: "<xref href=\"com.azure.storage.blob.models.BlobErrorCode?alt=com.azure.storage.blob.models.BlobErrorCode&text=BlobErrorCode\" data-throw-if-not-resolved=\"False\" />"
syntax: "public static final BlobErrorCode UNSUPPORTED_XML_NODE"
desc: "Static value UnsupportedXmlNode for BlobErrorCode."
methods:
- uid: "com.azure.storage.blob.models.BlobErrorCode.fromString(java.lang.String)"
fullName: "com.azure.storage.blob.models.BlobErrorCode.fromString(String name)"
name: "fromString(String name)"
nameWithType: "BlobErrorCode.fromString(String name)"
summary: "Creates or finds a Blob<wbr>Error<wbr>Code from its string representation."
modifiers:
- "static"
parameters:
- description: "a name to look for."
name: "name"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
syntax: "public static BlobErrorCode fromString(String name)"
desc: "Creates or finds a BlobErrorCode from its string representation."
returns:
description: "the corresponding BlobErrorCode."
type: "<xref href=\"com.azure.storage.blob.models.BlobErrorCode?alt=com.azure.storage.blob.models.BlobErrorCode&text=BlobErrorCode\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.storage.blob.models.BlobErrorCode.values()"
fullName: "com.azure.storage.blob.models.BlobErrorCode.values()"
name: "values()"
nameWithType: "BlobErrorCode.values()"
summary: "Gets known Blob<wbr>Error<wbr>Code values."
modifiers:
- "static"
syntax: "public static Collection<BlobErrorCode> values()"
desc: "Gets known BlobErrorCode values."
returns:
description: "known BlobErrorCode values."
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/util/Collection.html\">Collection</a>&lt;<xref href=\"com.azure.storage.blob.models.BlobErrorCode?alt=com.azure.storage.blob.models.BlobErrorCode&text=BlobErrorCode\" data-throw-if-not-resolved=\"False\" />&gt;"
type: "class"
desc: "Error codes returned by the service."
metadata: {}
package: "com.azure.storage.blob.models"
artifact: com.azure:azure-storage-blob:12.27.1