ErrLookup › hs-web/hsweb-framework

hs-web/hsweb-framework

hsweb (haʊs wɛb) 是一个基于spring-boot 2.x开发 ,首个使用全响应式编程的企业级后台管理系统基础项目。 · Java · 614 source files

Analyzed at b2cfc85a57 on 2026-09-13. 30 documented errors.

Code / MessageTypeSeverityTags
Not Found
http error rest, crud, not-found
e.getMessage()
http warning http-400, illegal-argument, validation, spring-mvc
查询条件错误,正确格式: $dimension $[not]
exception error query-dsl, authorization, validation, hsweb
Recycler is closed
exception error lifecycle, resource-pool, concurrency
error.tree_entity_parent_id_not_exist
error.tree_entity_parent_id_not_exist
validation error tree-structure, foreign-key, validation, reactive
Object is recycled!
exception error lifecycle, use-after-free, concurrency
table or view " + tableName.getName() + " not found in " +…
exception error java, sql, query-analyzer, table-not-found
table " + table.getName() + " not found in join
exception error sql, join, alias-not-found, query-analyzer
error.page_size_exceeded
error.page_size_exceeded
validation warning java, pagination, validation, page-size
不支持的验证规则:
exception error java, unsupported-operation, two-factor, configuration
column [" + column.getColumnName() + "] not found in " +…
exception error sql, column-not-found, metadata, query-analyzer
error.illegal_column_name
error.illegal_column_name
validation error sql-injection, validation, column-name, business-exception
table function[" + tableFunction + "] must have alias
exception error sql, query-analyzer, missing-alias, table-function
unsupported_media_type
error.unsupported_media_type
http warning http-406, content-negotiation, spring-mvc, spring
join class [" + clazz + "] not found!
exception error java, query, join, illegal-argument
undefined column [" + column + "]
exception error sql, undefined-column, dynamic-query, validation
不支持的授权请求:
exception error java, unsupported-operation, authentication, oauth
error.tree_entity_cyclic_dependency
error.tree_entity_cyclic_dependency
validation error tree-structure, cyclic-dependency, validation, data-integrity
method_not_allowed
error.method_not_allowed
http warning http-405, routing, webflux, spring
unsupported dialect :
exception error java, unsupported-operation, database, dialect, configuration
not_acceptable_media_type
error.not_acceptable_media_type
http warning http-406, content-negotiation, webflux, spring
parentId
子节点ID不能与父节点ID相同
validation error java, validation, tree, entity
table " + table + " not found in from or join
exception error sql, join, table-not-found, query-analyzer
valuesList[" + valuesList + "] must have alias
exception error java, sql, values, alias, illegal-argument
数据源[ ]不存在
exception error datasource, configuration, aop
select can not be without 'from'
exception error sql, missing-from-clause, query-analyzer
join alias [" + alias + "] not found!
exception error java, query, join, alias, illegal-argument
parse enum " + type + " error, value : " + value
exception error json, deserialization, enum
dataSourceService not ready
exception error datasource, initialization, spring
JSON decoding error
exception error json, reactive, decoding