400 | ExceedThreshold | The number of operation cannot exceed value. | 超出了系统允许的最大个数,无法执行该操作。 |
400 | InvalidArgumentLength | Value value at 'argument' failed to satisfy constraint: Argument must not exceed value characters. | 参数长度错误。 |
400 | InvalidFilter | Value value at 'filter' failed to satisfy constraint: Argument must use a single colon (':' means fuzzy match) or two colons ('::' means exact match) to separate the attribute key and value. If you query multiple attributes, you can use 'and' or 'or' keywords to separate them, and there must be spaces before and after 'and' or 'or'. | filter参数不合法。 |
400 | InvalidFilterEnum | Value value at 'filter' failed to satisfy constraint: Argument can only contain: [snapshotName, runningStatus,lunName]. | filter参数不正确。 |
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 | InvalidSnapshotName | Value value at 'consistency snapshot name' failed to satisfy constraint: Argument can contain letters, digits, underscores (_) or hyphens (-), and the length is no more than 256, must begin with a letter or digit. | 一致性快照名称不符合要求:字符串形式,长度范围是1~256,只能由字母、数字、短横线( - )、下划线( _ )组成,字母区分大小写,且仅支持以字母或数字开头。 |
400 | MissingArgument | Value null at 'argument' failed to satisfy constraint: Argument must not be null. | 请求中必填元素未填写。 |
404 | NoSuchLUN | The LUN with name lunName does not exist. | 卷不存在。 |
404 | NoSuchConsistencySnapshot | The consistency snapshot with name ConsistencySnapshotName does not exist. | 一致性快照不存在。 |
409 | CloneLUNExist | There are clone LUNs referencing Name. Please delete or flatten all these clone LUNs and try again. | 存在克隆卷,无法执行该操作,请删除克隆卷或者断开链接后重试。 |
409 | ConsistencySnapshotAlreadyExists | The consistency snapshot with name consistencysnapshotName already exists. | 一致性快照已存在,请重新输入。 |
409 | InvalidConsistencySnapshotStatus | The status of consistency snapshot snapshotname is 'status', the request is invalid. | 一致性快照的状态不对,请求无效。 |
409 | InvalidLUNMode | The storage mode of LUN lunName is storageMode, cannot operate. | cache卷和storage卷不支持快照相关操作。 |
409 | InvalidLUNStatus | The status of LUN 'lunname' is 'status', the request is invalid. | LUN当前的状态不正确,请求无效。 |
409 | InvalidSnapshotStatus | The status of snapshot name is 'status', the request is invalid. | 快照的状态不对,请求无效。 |
409 | LUNRollbacking | The LUN lunname is using snapshot snapshotname for rollback, the request is invalid. | 正在使用快回滚,无法执行操作。 |
500 | InternalError | HBlock encountered an internal error. Please try again or contact the software vendor. | 请重试或者联系软件供应商。 |