錯誤碼列表
更新時間 2025-08-14 17:07:04
最近更新時間: 2025-08-14 17:07:04
分享文章
本節主要介紹快照管理的錯誤碼。
| HTTP status | 錯誤碼 | 錯誤信息 | 描述 |
|---|---|---|---|
| 400 | ExceedThreshold | The item 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 '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. | 請求中必填元素未填寫。 |
| 400 | SnapshotReferenced | The snapshot snapshotname cannot be deleted because it is the basis of multiple snapshots XX[, XX]. | 快照是2個及2個以上子節點的快照,無法刪除。 |
| 404 | NoSuchLUN | The LUN with name lunName does not exist. | 卷不存在。 |
404 | NoSuchSnapshot | The snapshot with name SnapshotName does not exist. | 快照不存在。 |
| 409 | CloneLUNExist | There are clone LUNs referencing Name. Please delete or flatten all these clone LUNs and try again. | 存在克隆卷,無法執行該操作,請刪除克隆卷或者斷開鏈接后重試。 |
| 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. | 正在使用快回滾,無法執行操作。 |
| 409 | SnapshotAlreadyExists | The snapshot with name snapshotName already exists. | 快照已存在,請重新輸入。 |
| 500 | InternalError | HBlock encountered an internal error. Please try again or contact the software vendor. | 請重試或者聯系軟件供應商。 |