錯誤碼列表
更新時間 2025-08-14 17:07:04
最近更新時間: 2025-08-14 17:07:04
分享文章
本節主要介紹卷管理的錯誤碼。
| HTTP status | 錯誤碼 | 錯誤信息 | 描述 |
|---|---|---|---|
| 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. | 請重試或者聯系軟件供應商。 |