HTTP status | 错误码 | 错误信息 | 描述 |
---|
400 | CanNotConnectToServer | Can not connect to the server IP[:port]. | 无法连接服务器。 |
400 | ExceedMaxValue | Value value at 'number' failed to satisfy constraint: Argument must be less than or equal to value. | 超过最大值。 |
400 | ExceedThreshold | The number of operation cannot exceed value. | 超出了系统允许的最大个数,无法执行该操作。 |
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 | InvalidDirectory | The argument must be a directory specified with an absolute path. | 输出路径必须是带有绝对路径的目录。 |
400 | InvalidEnumValue | Value value at 'argument' failed to satisfy constraint: Argument must satisfy enum value set: [value1, value2... ] | 枚举参数不合法。 |
400 | InvalidPositiveInteger | Value value at 'number' failed to satisfy constraint: Argument must be positive integer. | 取值必须为正整数。 |
400 | InvalidTime | The end time must be later than the start time. | 结束时间必须晚于开始时间。 |
400 | InvalidTimeFormat | Value value at 'argument' failed to satisfy constraint: Argument must conform to Format format. | 时间格式不合法。 |
400 | StandaloneModeNotAllowed | 'operation' is not supported by standalone mode of HBlock. | 单机版本HBlock不支持该操作。 |
400 | TooLargeFile | The file is too large. It is recommended to narrow the query range. | 日志文件过大,建议缩小查询范围。 |
403 | PermissionDenied | Failed to action because user has no permission. | 权限不足,无法执行该操作。 |
404 | NoSuchLog | The log with ID ID does not exist. | 日志文件不存在。 |
409 | InvalidLogStatus | The status of log collection task with ID ID is 'status', the request is invalid. | 日志状态冲突,无法执行该操作。 |