错误码
更新时间 2025-09-29 17:49:37
最近更新时间: 2025-09-29 17:49:37
本节主要介绍备份管理的错误码。
HTTP status | 错误码 | 错误信息 | 描述 |
---|---|---|---|
400 | BackupFailed | Failed to execute backup task. Reason: reason | 备份任务执行失败。 |
400 | InvalidBackupFile | Invalid or conflicting data in backup file. Please get the correct file. | 您的备份文件错误,请更换正确的备份文件后重试。 |
400 | InvalidLong | Value value at 'argument' failed to satisfy constraint: Argument must be of type long. | 参数填写错误,必须为长整型。 |
400 | InvalidMultipleValue | Value value at 'argument' failed to satisfy constraint: Argument must be the multiples of value2. | value需要是某个数(value2)的倍数值。 |
400 | InvalidSnapBranch | fromsnapshotA and tosnapshotB must be in the same branch. | 增量备份对应的2个快照不能分叉。 |
400 | InvalidSnapSequence | Snapshot sequence error: Operation requires from fromsnapshotA to tosnapshotB. | 两个快照顺序写反了。 |
400 | InsufficientLUNCapacity | The capacity of LUN lunname needs to be extended to XXX GiB. | 卷容量不足,需要扩容到某个值才可以。 |
400 | LUNNotMatch | snapshotA and snapshotB do not belong to the same LUN. | 起始快照和目标快照不属于同一个卷。 |
400 | SameSnapshot | Cannot use the same snapshot snapshotName. | 不能使用同一个快照名称。 |
409 | BackupExist | The backup is in progress. Please wait for it to finish and try again. | 备份任务正在进行,无法执行该操作,请等待备份任务完成后重试。 |
409 | InvalidLUNMode | The storage mode of LUN lunName is storageMode, cannot operate. | 该操作不支持此类型的卷。 |
409 | InvalidLUNStatus | The status of LUN 'lunname' is 'status', the request is invalid. | LUN当前的状态不正确,请求无效。 |