错误码列表
更新时间 2025-09-29 17:49:35
最近更新时间: 2025-09-29 17:49:35
本节主要介绍软件许可证的错误码。
| HTTP status | 错误码 | 错误信息 | 描述 |
|---|---|---|---|
| 400 | ExceedLocalCapacityLimit | The total capacity of local mode LUN can not exceed the maximum capacity limit agreed in the software license. | 本地卷容量不能超过软件许可证规定的容量。 |
| 400 | InvalidFilterEnum | Value value at 'filter' failed to satisfy constraint: Argument can only contain: [licenseId, status, type]. | Filter参数不正确。 |
| 400 | InvalidLicenseKey | The license key is invalid. | 软件许可证无效。 |
| 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 | InvalidShow | Value value at 'show' failed to satisfy constraint: Argument can only contain: [record, usage]. | show参数不正确。 |
| 400 | LicenseKeyDoesNotMatch | This license key does not match the current HBlock. Please obtain the software license again. | 软件许可证密钥与当前HBlock不匹配。 |
| 400 | ReimportLicenseKey | Do not reimport the license key that is in effect. | 重复导入正在生效的软件许可证密钥。 |
| 400 | SystemTimeTooEarly | System time is time, it cannot be less than the effective time time of the software license. | 系统时钟不能早于软件许可证的生效时间。 |
| 400 | SystemTimeTooLate | System time is time, it cannot be later than the expiration time time of the software license. | 系统时钟不能晚于软件许可证的结束时间。 |
| 403 | LicenseExpired | The software license has expired. | 软件许可证过期。 |
| 403 | LicenseMaintenanceExpired | The maintenance for software license has expired. | 软件许可证过保。 |
| 403 | LicenseNotEffective | The license is not yet effective. | 许可证生效时间未到。 |
| 403 | TrialNotEffective | The trial period has not yet begun. | 试用期生效时间未到。 |
| 404 | NoSuchLicenseID | The software license with ID ID does not exist. | 软件许可证不存在。 |