你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn。
BlobErrorCodeStrings 类
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
提供特定于 Blob 服务的错误代码字符串。
public static class BlobErrorCodeStrings
type BlobErrorCodeStrings = class
Public Class BlobErrorCodeStrings
- 继承
-
BlobErrorCodeStrings
字段
BlobAlreadyExists |
当客户端尝试创建已存在的 Blob 时可能返回的错误代码。 |
BlobNotFound |
找不到具有指定地址的 Blob 时可能返回的错误代码。 |
CannotVerifyCopySource |
无法访问副本源时可能返回的错误代码。 |
ContainerAlreadyExists |
指定的容器已经存在。 |
ContainerBeingDeleted |
指定的容器已删除。 |
ContainerDisabled |
指定的容器处于禁用状态。 |
ContainerNotFound |
找不到指定的容器。 |
CopyAcrossAccountsNotSupported |
复制源帐户和目标帐户不同时可能返回的错误代码。 |
CopyIdMismatch |
在中止复制操作中指定的复制 ID 与当前挂起的复制 ID 不匹配时可能返回的错误代码。 |
InfiniteLeaseDurationRequired |
当复制操作的目标具有固定持续时间的租约时,可能会返回的错误代码。 |
InvalidAppendCondition |
指定的追加偏移量无效时可能返回的错误代码。 |
InvalidBlobOrBlock |
指定的块或 blob 无效时可能返回的错误代码。 |
InvalidBlobType |
Blob 类型对此操作无效时可能返回的错误代码。 |
InvalidBlockId |
块 ID 无效时可能返回的错误代码。 |
InvalidBlockList |
阻止列表无效时可能返回的错误代码。 |
InvalidMaxBlobSizeCondition |
指定的最大 Blob 大小无效时可能返回的错误代码。 |
InvalidPageRange |
指定的页面范围无效时可能返回的错误代码。 |
InvalidVersionForPageBlobOperation |
当页 blob 上的操作使用 2009-09-19 之前的版本时,可能会返回的错误代码。 |
LeaseAlreadyBroken |
租约已中断且无法再次中断时可能返回的错误代码。 |
LeaseAlreadyPresent |
存在租约时可能返回的错误代码。 |
LeaseIdMismatchWithBlobOperation |
当指定的租约 ID 与 Blob 的租约 ID 不匹配时,可能会返回的错误代码。 |
LeaseIdMismatchWithContainerOperation |
当指定的租用 ID 与容器的租约 ID 不匹配时,可能会返回的错误代码。 |
LeaseIdMismatchWithLeaseOperation |
当指定的租约 ID 与租约 ID 不匹配时,可能会返回的错误代码。 |
LeaseIdMissing |
当资源当前存在租约且请求中未指定租约 ID 时,可能会返回的错误代码。 |
LeaseIsBreakingAndCannotBeAcquired |
当租约 ID 匹配但租约中断且无法获取时可能返回的错误代码。 |
LeaseIsBreakingAndCannotBeChanged |
当租约 ID 匹配但租约中断且无法更改时可能返回的错误代码。 |
LeaseIsBrokenAndCannotBeRenewed |
租约 ID 匹配但租约已显式中断且无法续订时可能返回的错误代码。 |
LeaseLost |
指定租约 ID 但租约已过期时可能返回的错误代码。 |
LeaseNotPresentWithBlobOperation |
Blob 上当前没有租约时可能返回的错误代码。 |
LeaseNotPresentWithContainerOperation |
容器上当前没有租约时可能返回的错误代码。 |
LeaseNotPresentWithLeaseOperation |
当资源当前没有租约时,可能会返回的错误代码。 |
NoPendingCopyOperation |
在没有挂起的副本时调用中止复制操作时可能返回的错误代码。 |
PendingCopyOperation |
尝试修改挂起副本的目标时可能返回的错误代码。 |
SequenceNumberConditionNotMet |
未满足指定的序列号条件时可能返回的错误代码。 |
SequenceNumberIncrementTooLarge |
无法执行序列号递增时可能返回的错误代码,因为它会导致序列号溢出。 |
SnapshotsPresent |
由于 Blob 具有快照而不允许操作时可能返回的错误代码。 |
SourceConditionNotMet |
未满足使用 HTTP 条件标头 () 指定的源条件时可能返回的错误代码。 |
TargetConditionNotMet |
未满足使用 HTTP 条件标头 () 指定的目标条件时可能返回的错误代码。 |