HTTP status | 错误码 | 错误信息 | 说明 |
---|---|---|---|
400 | BadDigest | The Content-MD5 you specified does not match what HBlock received. | Content-MD5的值和请求体的MD5不一致。 |
400 | ClusterModeNotAllowed | 'operation' is not supported by cluster mode of HBlock. | 集群版本HBlock不支持该操作。 |
400 | IncompleteBody | You did not provide the number of bytes specified by the Content-Length HTTP header. | 请求体长度不足Content-Length请求头指定的长度。 |
400 | InsufficientServerSpace | This method is not allowed because the free space of directory must be greater than or equal to value for server serverId[, serverId...]. | 服务器存储空间不足,无法执行操作。 |
400 | InvalidArgument | Value empty at 'argument' failed to satisfy constraint: Argument must not be empty. | Json 数组长度不能为0。 |
400 | InvalidBoolean | Value value at 'argument' failed to satisfy constraint: Argument must be boolean. | 布尔类型不合法。 |
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 | InvalidHeader | Invalid HTTP header, headerName. | 请求头格式不合法。 |
400 | InvalidInteger | Value value at 'argument' failed to satisfy constraint: Argument must be integer. | 值必须为整数。 |
400 | InvalidArgumentLength | Value value at 'argument' failed to satisfy constraint: Argument must not exceed value characters. | 参数长度错误。 |
400 | InvalidPackage | Invalid package. Please get the correct package. | 安装包无效。 |
400 | InvalidRequest | Unable to parse request url. | URL解析失败。 |
400 | InvalidRequestBody | Invalid request body. | 请求无效。 |
400 | InvalidStatus | Value value at 'argument' failed to satisfy constraint: Argument must satisfy enum value set: [Enabled, Disabled]. | 输入的参数值不对。 |
400 | InvalidString | Value '' at 'argument' failed to satisfy constraint: Argument must not be an empty string. | 参数不能是空字符串。 |
400 | LoadConfigFailed | Failed to load configuration files. | 加载配置文件失败。 加载配置文件需要满足以下条件:
|
400 | MissingArgument | Value null at 'argument' failed to satisfy constraint: Argument must not be null. | Json参数不能为空。 |
400 | MissingHeader | Missing HTTP header headerName. | 请求头Host不能为空。 |
400 | NotInitialized | HBlock is not initialized. | HBlock未初始化。 |
400 | NotInstalled | HBlock is not installed. | HBlock未安装。 |
400 | RequestTimeout | No response received. Please check if there are any network issues and if the operation was successfully executed. | 未收到响应,请检查是否存在网络问题,以及操作是否执行成功。 |
400 | StandaloneModeNotAllowed | 'operation' is not supported by standalone mode of HBlock. | 单机版不支持该操作。 |
403 | LicenseExpired | The software license has expired. | 软件许可证过期。 |
403 | PermissionDenied | Failed to action because user has no permission. | 用户的权限不足导致操作失败。 |
403 | SignatureDoesNotMatch | Signature does not match. Please check your user name, password and signing method for server(s) [, serverIP ...]. | 签名不正确。请检查用户名、密码和签名方法。 |
400 | SystemDataDegraded | There is low redundancy or error data in the system, operation is not allowed. Please repair fault domains and disk paths. | 系统中存在低冗余或错误数据,不允许操作。请修复故障域和磁盘路径。 |
403 | TrialExpired | The software trial version has expired. | 软件试用期已过期。 |
405 | InvalidMethod | The specified method does not exist. | 指定的方法不存在。 |
409 | InvalidLUNStatus | The LUN status of 'lunname' is 'status', the request is invalid. | LUN当前的状态不正确,请求无效。 |
409 | InvalidServerStatus | The server status is 'status', the request is invalid. | 服务器当前的状态不正确,请求无效。 |
409 | InvalidStorStatus | The HBlock status is 'status', the request is invalid. | HBlock当前的状态不正确,请求无效。 |
409 | InvalidTargetStatus | The Target status is 'status', the request is invalid. | Target当前的状态不正确,请求无效。 |
500 | InsufficientResource | Operation failed due to insufficient resources. | 内存或其他资源不足,操作失败。 |
500 | InternalError | HBlock encountered an internal error. Please try again or contact the software vendor. | 请重试或者联系软件供应商。 |
503 | SlowDown | Please reduce your request rate. | 服务端繁忙,请降低请求频率。 |