HTTP status | 错误码 | 错误信息 | 描述 |
---|---|---|---|
400 | AccessCloudFailed | Failed to access cloud. Please check your network or contact your software vendor. | 无法连接至云,请检查网络后重试或联系软件供应商。 |
400 | BucketEnableLifecycle | Can not use this bucket because the life cycle was enabled. Please use another bucket. | 不能使用该Bucket,因为该Bucket开启了生命周期。 |
400 | BucketEnableObjectLock | Can not use this bucket because the object lock configuration was enabled. Please use another bucket. | 不能使用该Bucket,因为该Bucket开启了合规保留。 |
400 | CanNotDeleteCloudData | The cloud data for LUN lunName can not be deleted. The LUN has been recoverd. | 无法删除云上数据,该卷已经被其他集群还原。 |
400 | CanNotModifyEndpoint | Can not modify endpoint for LUN lunname. | 无法修改卷的Endpoint。 |
400 | ExceedMaxCapacity | Value value at 'capacity' failed to satisfy constraint: Argument must be less than value. | 存储容量非法。 |
400 | ExceedThreshold | The item of operation cannot exceed value. | 超出了系统允许的最大个数,无法执行该操作。 |
400 | FailedOperateLUN | Failed to operation LUN, reason | 卷操作执行失败。 |
400 | HighAvailabilityNotAllowed | The 'high availability' is invalid for standalone mode of HBlock. | 单机版本HBlock不支持设置卷的高可用模式。 |
400 | InvalidBucketName | The bucket name bucketName is invalid. | Bucket名称无效。 |
400 | InvalidEndpoint | The endpoint endpoint is invalid. | Endpoint无效。 |
400 | InvalidEnumValue | Value value at 'argument' failed to satisfy constraint: Argument must satisfy enum value set: [value1, value2... ] | 枚举参数不合法。 |
400 | InvalidFilterEnum | Value value at 'filter' failed to satisfy constraint: Argument can only contain: [lunName, status, capacity, targetName]. | Filter参数不正确。 |
400 | InvalidHighAvailability | Value value at 'high availability' failed to satisfy constraint: Argument must satisfy enum value set: [Disabled, ActiveStandby]. | 高可用模式取值无效。 |
400 | InvalidLUNName | Value value at 'lun name' failed to satisfy constraint: Argument must contain only letters, digits, or hyphens (-), and does not exceed 16 characters, must begin with a letter or digit. | 卷名称不正确。 |
400 | InvalidMinReplicaNumber | Argument 'min replica' failed to satisfy constraint: argument range is [1, copy number] for replica mode and [N, N+M] for EC N+M mode. | 最小副本数取值范围为:副本卷为[1, 副本数],EC卷为[N, N+M]。 |
400 | InvalidPathStatus | The path path status is 'status', the request is invalid. | 数据目录状态不正确,无法执行操作。 |
400 | InvalidPositiveInteger | Value value at 'number' failed to satisfy constraint: Argument must be positive integer. | 值必须为正整数。 |
400 | InvalidPrefix | Value value at 'prefix' failed to satisfy constraint: Argument must not exceed 256 characters. | prefix无效。 |
400 | InvalidRange | Value value at 'range' failed to satisfy constraint: Argument must satisfy pattern 'i-j', where i, j are positive integers, i is less than j, and j-i<1000. | range参数不正确。 |
400 | InvalidRecoverLUN | The LUN with name lunName and uuid uuid can not be recovered. | 指定的卷无法用于还原操作,请重新输入。 |
400 | InvalidSectorSize | Value value at 'sector size' failed to satisfy constraint: Argument must satisfy enum value set: [512, 4096]. | 卷的块大小不在枚举范围内。 |
400 | InvalidStorageClass | Value value at 'local storage class' failed to satisfy constraint: Argument must satisfy enum value set: [single-copy, 2-copy, 3-copy, EC N+M], N and M are positive integers, N > M and N + M <= 128. | 副本模式与当前实际不匹配,服务器个数不够。 |
400 | InvalidStorageMode | Value value at 'storage mode' failed to satisfy constraint: Argument must satisfy enum value set: [Local, Cache, Storage]. | 存储模式无效。 |
400 | InvalidTargetName | Value value at 'target name' failed to satisfy constraint: Argument must contain only lowercase letters, digits, dots (.) or hyphens (-), and does not exceed 16 characters, must begin with a letter or digit. | Target名称不正确。 |
400 | InvalidWritePolicy | Value value at 'write policy' failed to satisfy constraint: Argument must satisfy enum value set: [WriteBack, WriteThrough, WriteAround]. | 写策略非法。 |
400 | LessThanCurrentCapacity | Value value at 'capacity' failed to satisfy constraint: Argument must be greater than value. | 扩容卷时新容量必须大于当前容量。 |
400 | LessThanMinCapacity | Value value at 'capacity' failed to satisfy constraint: Argument must be greater than or equal to 1 GiB. | 容量不能小于1 GiB。 |
400 | LUNDuplicatedCatalog | Duplicated with the existing LUN catalog. | 与已有卷的数据目录重复。 |
400 | MissingRelevantArgument | Value null at 'argument1' failed to satisfy constraint: Argument must not be null when 'argument2' has value. | 参数1和参数2必须同时设置。 |
400 | NoSuchStoragePool | The storage pool with name poolName does not exist. | 存储池不存在。 |
400 | OnlyHALUNAllowed | 'operation' is not supported for LUN luname which is not configured for high availability. | 单控卷不支持该操作。 |
400 | SamePool | Cannot use the same storage pool poolName. | 不能使用名字相同的存储池。 |
400 | ServerNotMatchTarget | The server serverid does not match the location of Target targetname. | 服务器ID和Target名称不对应。 |
400 | SingleLUNforAffinityPriority | Only one LUN is supported for allocation when a specific server list is designated as the affinity priority. | 仅支持针对单个LUN设置主备优先级列表。 |
400 | SignVersionNotAllowed | The sign version 'signVersion' is not supported by provider 'provider'. | 该对象存储服务不支持这种类型的签名,请重新选择。 |
400 | StandaloneModeNotAllowed | 'operation' is not supported by standalone mode of HBlock. | 单机版本HBlock不支持该操作。 |
400 | StorageClassNotAllowed | The 'local storage class' is invalid for standalone mode of HBlock. | 单机版HBlock不支持设置副本模式。 |
400 | SwitchLUNNotAllowed | Failed to switch LUN. The LUN does not support high availability. | 单控卷不支持卷的主备切换。 |
400 | TooManyLUNs | The number of LUNs in a Target cannot exceed 256. | 单个Target中的卷不能超过256个。 |
403 | CloudAccessDenied | Failed to authenticate because of the privilege of access key and secret key. Please use another one. | 密钥权限不足,请重新输入Accesskey和SecretKey。 |
403 | CloudAccountAbnormal | Your cloud account has been frozen due to arrears or violations, please resolve it and try again. | 云账户状态异常,可能由于欠费或违规被冻结,请解决后重试。 |
403 | CloudRequestTimeTooSkewed | The difference between the server's time and cloud time is too large. | 服务器时间和云的时间相差较大。请同步HBlock服务器与云上的系统时间。 |
403 | GetLifecycleDenied | User is not authorized to perform: GetLifecycleConfiguration on resource:bucketName. | 无权限获得存储桶的生命周期配置,请更新AK/SK后重试。 |
403 | GetObjectLockDenied | User is not authorized to perform: GetBucketObjectLockConfiguration on resource:bucketName. | 无权限获得存储桶的合规保留配置,请更新AK/SK后重试。 |
404 | NoSuchBackupConfiguration | Backup is not configured. | 没有配置备份到OOS。 |
404 | NoSuchBucket | The bucket with name bucketName does not exist. | Bucket不存在。 |
404 | NoSuchLicense | The HBlock license does not exist. | 没有软件许可证。 |
404 | NoSuchLUN | The LUN with name lunName does not exist. | 卷不存在。 |
404 | NoSuchLUNUuid | The LUN with name lunName and uuid uuid does not exist. | 卷标识不存在,无法执行操作。 |
404 | NoSuchLUNUuidConfiguration | Configuration file of the LUN with name lunName and uuid uuid does not exist. | 指定的卷标识下缺失配置文件,无法执行操作。 |
404 | NoSuchPath | The path path does not exist in the HBlock. | 路径不存在。 |
409 | CloneLUNExist | There are clone LUNs referencing Name. Please delete or flatten all these clone LUNs and try again. | 存在克隆卷,无法执行该操作,请删除克隆卷或者断开链接后重试。 |
409 | LUNAlreadyExists | The LUN with name lunName already exists. | 卷已经存在。 |
409 | DeleteLUNEnabled | Cannot delete it because the iSCSI LUN is enabled, please disable first. | 不能删除正在启用的卷。 |
409 | InvalidSnapshotStatus | The status of snapshot name is 'status', the request is invalid. | 快照的状态不对,请求无效。 |
409 | InvalidTargetIQNsStatus | The request is invalid. Ensure the number of Target IQNs whose status is neither unavailable nor offline is greater than or equal to 2. | 操作失败,Target IQNs状态异常,请检查后重试。 |
409 | LUNRollbacking | The LUN lunname is using snapshot snapshotname for rollback, the request is invalid. | 正在使用快回滚,无法执行操作。 |
409 | SnapshotExists | The LUN lunname has snapshot or consistency snapshot. You can use force delete. When using this option, all snapshots of the LUN, including LUN snapshots within consistency snapshots, will be deleted together. | 卷存在快照,只能使用强制删除。请注意,强制删除会一同删除快照和一致性快照中的卷快照。 |
409 | LUNDataResidue | Data residue is detected for LUN lunname on path path. Please clean up promptly and try again. | 卷数据残留,请及时清理。 |
500 | CloudInternalError | Cloud encountered an internal error. Please try again. | 云内部错误,请重试。 |